ADVERTISEMENT

Hyundai reveals new Creta

New look and new features

Published May 30, 2025 06:58 am
One of the country’s most popular crossovers gets a much needed makeover. Hyundai Motor Philippines Inc. (HMPH) took the wraps off the new Creta. For the first time, it is now also available with an N Line variant. The 2025 Creta sports a bolder look, embodying Hyundai’s design language, “Sensuous Sportiness.”
The new Creta
The most noticeable change is the Creta’s new front fascia. It come with a new black chrome Parametric Jewel Grille, signature LED position lamps, and newly designed alloy wheels. It also comes with new sequential turn indicators. Towards the back, the new Creta now flaunts “H”-theme rear combination lamps.
Inside, drivers get a larger all-digital instrument cluster. It has been integrated with the infotainment screen to form one seamless display. Its infotainment screen spans 10.25-inches and presents a high-definition display and smooth graphics. It is also equipped with wireless Apple CarPlay, Android Auto, and built-in Waze navigation.
Comfort and space are also guaranteed in the cabin, with ventilated front seats, generous head and leg room for all passengers, and a large cargo space of 433-L up to 1,401L with fold-flat seats, adjustable to the user's needs.
Like its predecessor, safety is also one of the Creta’s strong points. It is loaded with an upgraded Hyundai SmartSense suite – including the Smart Cruise Control with Stop and Go, Forward Collision Avoidance Assist, Lane Following Assist, Lane Keeping Assist, Blind Spot Collision Avoidance Assist, Blind Spot View Monitor, Reverse Parking Distance Warning, and Surround View Monitor among other assistance systems under this suite of technologies.
Creta N Line
Following the introduction of Hyundai’s performance upgrades in the all-new Elantra, the N Line trim is now also available in the Creta, perfectly suited for those seeking a sportier ride.
It’s not just aesthetics. The N Line variant sports a serious performance upgrade. Under the hood, the new Creta N Line is powered by a 1.5L Turbo GDI Engine, delivering 160-PS of power and 253-Nm of torque for snappy acceleration. For a more engaging drive, it is paired with a seven-speed DCT transmission. Drive and Traction Control is also added to help reign in the extra power.
This version of the Creta shows off an N Line exclusive badge and accents, boasts more aggressive bumpers and dual exhaust tips, and rolls on a set of new 18-inch alloy wheels. A new rear spoiler exclusive to the N Line also tops off the Creta N Line’s upgrades.
Inside, the new Creta N Line can be distinguished by its three-spoke steering wheel with paddle shifters, red ambient mood lamp, and red interior accents (even on the seats).
The new Creta innovations make it more than just a facelift but a substantial upgrade from its predecessor.
“Hyundai Motor Philippines is proud to continually diversify its line-up. As we launch the new Creta, we want to keep pushing for our vision to provide not just innovative mobility solutions, but more so, a vehicle line-up that caters to the needs of every Filipino and becoming their best partner on the road,” said Hyundai Motor Philippines President Jiho Son.
Variants and price
The new Hyundai Creta starts at P1,134,000 and is available in Creamy White Pearl, Midnight Black, Magnetic Silver, Slate Blue Pearl. Higher up is the 1.5 GLS IVT, priced at P1,254,000. On top of that is the 1.5 Premium IVT, priced at P1,333,000. The Creta N Line 1.5 turbo 7DCT is priced at P1,379,000. It also flaunts exclusive colors: Shadow Gray and Dragon Red.
The new Hyundai Creta is now available in all authorized Hyundai dealers, nationwide.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.