Shades of Neon Blue #184CFC
Tints of Neon Blue #184CFC
RGB
CMYK
RGB Variations
Color information
#184CFC (or 0x184CFC) is known color: Neon Blue. HEX triplet: 18, 4C and FC. RGB value is (24,76,252). Sum of RGB (Red+Green+Blue) = 24+76+252=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #184CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184CFC is #E7B303. Grayscale: #4F4F4F. Windows color (decimal): -15184644 or 16534552. OLE color: 16534552.
HSL color Cylindrical-coordinate representation of color #184CFC: hue angle of 226.32º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #184CFC is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 76 | 252 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.01 |
| HSL | 226.32º | 0.97% | 0.54% | - |
| HSV(B) | 226.32º | 0.9% | 0.99% | - |
| XYZ | 20.53 | 12.39 | 93.41 | - |
| YUV | 80.52 | 224.77 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 252 | 0.90 | 0.70 | 0 | 0.01 | 226.32 | 0.97 | 0.54 |
| Hex | 18 | 4C | FC | 5A | 46 | 0 | 1 | E2 | 61 | 36 |
| Octal | 30 | 114 | 374 | 132 | 106 | 0 | 1 | 342 | 141 | 66 |
| Binary | 11000 | 1001100 | 11111100 | 1011010 | 1000110 | 0 | 1 | 11100010 | 1100001 | 110110 |
Color Harmonies of #184CFC
Complementary color
Monochromatic Colors of #184CFC
Black with #184CFC
Text Example
Text Example
White with #184CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184CFC; }
p { color: rgb(24,76,252); }
H1.HeaderClassName
{
color: #184CFC;
}
.AnyTagClassName
{
color: #184CFC;
}
</style>
background-color css
<style>
a { background-color: #184CFC; }
a { background-color: rgb(24,76,252); }
div.DivClassName
{
background-color: #184CFC;
}
.BgClassName
{
background-color: #184CFC;
}
</style>
border-color css
<style>
span { border-color: #184CFC; }
span { border-color: rgb(24,76,252); }
td.TdClassName
{
border-color: #184CFC;
}
.TagClassName
{
border-color: #184CFC;
}
</style>