Shades of Neon Blue #184EFF
Tints of Neon Blue #184EFF
RGB
CMYK
RGB Variations
Color information
#184EFF (or 0x184EFF) is known color: Neon Blue. HEX triplet: 18, 4E and FF. RGB value is (24,78,255). Sum of RGB (Red+Green+Blue) = 24+78+255=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #184EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184EFF is #E7B100. Grayscale: #515151. Windows color (decimal): -15184129 or 16731672. OLE color: 16731672.
HSL color Cylindrical-coordinate representation of color #184EFF: hue angle of 225.97º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #184EFF is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 78 | 255 | - |
| CMYK | 0.91 | 0.69 | 0 | 0 |
| HSL | 225.97º | 1% | 0.55% | - |
| HSV(B) | 225.97º | 0.91% | 1% | - |
| XYZ | 21.15 | 12.86 | 95.98 | - |
| YUV | 82.03 | 225.61 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 255 | 0.91 | 0.69 | 0 | 0 | 225.97 | 1 | 0.55 |
| Hex | 18 | 4E | FF | 5B | 45 | 0 | 0 | E2 | 64 | 37 |
| Octal | 30 | 116 | 377 | 133 | 105 | 0 | 0 | 342 | 144 | 67 |
| Binary | 11000 | 1001110 | 11111111 | 1011011 | 1000101 | 0 | 0 | 11100010 | 1100100 | 110111 |
Color Harmonies of #184EFF
Complementary color
Monochromatic Colors of #184EFF
Black with #184EFF
Text Example
Text Example
White with #184EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184EFF; }
p { color: rgb(24,78,255); }
H1.HeaderClassName
{
color: #184EFF;
}
.AnyTagClassName
{
color: #184EFF;
}
</style>
background-color css
<style>
a { background-color: #184EFF; }
a { background-color: rgb(24,78,255); }
div.DivClassName
{
background-color: #184EFF;
}
.BgClassName
{
background-color: #184EFF;
}
</style>
border-color css
<style>
span { border-color: #184EFF; }
span { border-color: rgb(24,78,255); }
td.TdClassName
{
border-color: #184EFF;
}
.TagClassName
{
border-color: #184EFF;
}
</style>