Shades of Neon Blue #184DFF
Tints of Neon Blue #184DFF
RGB
CMYK
RGB Variations
Color information
#184DFF (or 0x184DFF) is known color: Neon Blue. HEX triplet: 18, 4D and FF. RGB value is (24,77,255). Sum of RGB (Red+Green+Blue) = 24+77+255=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #184DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184DFF is #E7B200. Grayscale: #505050. Windows color (decimal): -15184385 or 16731416. OLE color: 16731416.
HSL color Cylindrical-coordinate representation of color #184DFF: hue angle of 226.23º 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 #184DFF is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 77 | 255 | - |
| CMYK | 0.91 | 0.70 | 0 | 0 |
| HSL | 226.23º | 1% | 0.55% | - |
| HSV(B) | 226.23º | 0.91% | 1% | - |
| XYZ | 21.08 | 12.72 | 95.95 | - |
| YUV | 81.45 | 225.94 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 255 | 0.91 | 0.70 | 0 | 0 | 226.23 | 1 | 0.55 |
| Hex | 18 | 4D | FF | 5B | 46 | 0 | 0 | E2 | 64 | 37 |
| Octal | 30 | 115 | 377 | 133 | 106 | 0 | 0 | 342 | 144 | 67 |
| Binary | 11000 | 1001101 | 11111111 | 1011011 | 1000110 | 0 | 0 | 11100010 | 1100100 | 110111 |
Color Harmonies of #184DFF
Complementary color
Monochromatic Colors of #184DFF
Black with #184DFF
Text Example
Text Example
White with #184DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184DFF; }
p { color: rgb(24,77,255); }
H1.HeaderClassName
{
color: #184DFF;
}
.AnyTagClassName
{
color: #184DFF;
}
</style>
background-color css
<style>
a { background-color: #184DFF; }
a { background-color: rgb(24,77,255); }
div.DivClassName
{
background-color: #184DFF;
}
.BgClassName
{
background-color: #184DFF;
}
</style>
border-color css
<style>
span { border-color: #184DFF; }
span { border-color: rgb(24,77,255); }
td.TdClassName
{
border-color: #184DFF;
}
.TagClassName
{
border-color: #184DFF;
}
</style>