Hyundai Ioniq unveiled as hybrid, plug-in and electric car

Hyundai Ioniq Electric (Photo courtesy of Hyundai)

NEW YORK — Instead of dishing out a hybrid, plug-in hybrid or a electric vehicle, Hyundai did all three — in a single car.

It’s the new Ioniq — pronounced “Ionic” — that will come to showrooms later this year and early next year in its various iterations. In unveiling the car at the New York Auto Show, Hyundai promised it’s not going to be just another small, fuel-efficient, high-tech car, but rather one that should post some astounding gas-mileage and range numbers:

•The hybrid version is expected to be rated at 91.2km or 92.8km per gallon in combined city and highway driving. That would be better than the Toyota’s Prius, the leading hybrid.

•The plug-in version is expected to have an electric-only range of 40km before the gas engine kicks in, which would higher than the Prius’ plug-in version. It will have a range of about 900km between its battery and gas engine.

•The full electric will have a range of 176km between charges, which is towards the top of the range of cars that aren’t Teslas or Chevy Bolts.

Selling hybrids or electrics becomes more difficult in an era of low gas prices, but Ioniq has the advantage of being sporty behind the wheel, says Mike O’Brien, Hyundai Motor America’s planning chief. “Certainly the price of gas isn’t going to help us,” he says. But designers and engineers approached Ioniq from a unique standpoint: “How do we make a hybrid that’s more fun to drive than a gas car?”

He calls it a “no-compromises hybrid”.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });