Shades of Neon Blue #184EFE
Tints of Neon Blue #184EFE
RGB
CMYK
RGB Variations
Color information
#184EFE (or 0x184EFE) is known color: Neon Blue. HEX triplet: 18, 4E and FE. RGB value is (24,78,254). Sum of RGB (Red+Green+Blue) = 24+78+254=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #184EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184EFE is #E7B101. Grayscale: #515151. Windows color (decimal): -15184130 or 16666136. OLE color: 16666136.
HSL color Cylindrical-coordinate representation of color #184EFE: hue angle of 225.91º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #184EFE is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 78 | 254 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.00 |
| HSL | 225.91º | 0.99% | 0.55% | - |
| HSV(B) | 225.91º | 0.91% | 1% | - |
| XYZ | 20.99 | 12.8 | 95.13 | - |
| YUV | 81.92 | 225.11 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 254 | 0.91 | 0.69 | 0 | 0.00 | 225.91 | 0.99 | 0.55 |
| Hex | 18 | 4E | FE | 5B | 45 | 0 | 0 | E2 | 63 | 37 |
| Octal | 30 | 116 | 376 | 133 | 105 | 0 | 0 | 342 | 143 | 67 |
| Binary | 11000 | 1001110 | 11111110 | 1011011 | 1000101 | 0 | 0 | 11100010 | 1100011 | 110111 |
Color Harmonies of #184EFE
Complementary color
Monochromatic Colors of #184EFE
Black with #184EFE
Text Example
Text Example
White with #184EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184EFE; }
p { color: rgb(24,78,254); }
H1.HeaderClassName
{
color: #184EFE;
}
.AnyTagClassName
{
color: #184EFE;
}
</style>
background-color css
<style>
a { background-color: #184EFE; }
a { background-color: rgb(24,78,254); }
div.DivClassName
{
background-color: #184EFE;
}
.BgClassName
{
background-color: #184EFE;
}
</style>
border-color css
<style>
span { border-color: #184EFE; }
span { border-color: rgb(24,78,254); }
td.TdClassName
{
border-color: #184EFE;
}
.TagClassName
{
border-color: #184EFE;
}
</style>