Shades of Neon Blue #183CF8
Tints of Neon Blue #183CF8
RGB
CMYK
RGB Variations
Color information
#183CF8 (or 0x183CF8) is known color: Neon Blue. HEX triplet: 18, 3C and F8. RGB value is (24,60,248). Sum of RGB (Red+Green+Blue) = 24+60+248=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 248 (97.27% from 255 or 74.70% from 332); Max value from RGB is 248 - color contains mainly: blue. Hex color #183CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183CF8 is #E7C307. Grayscale: #454545. Windows color (decimal): -15188744 or 16268312. OLE color: 16268312.
HSL color Cylindrical-coordinate representation of color #183CF8: hue angle of 230.36º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183CF8 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 60 | 248 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.03 |
| HSL | 230.36º | 0.94% | 0.53% | - |
| HSV(B) | 230.36º | 0.9% | 0.97% | - |
| XYZ | 18.94 | 10.2 | 89.78 | - |
| YUV | 70.67 | 228.07 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 248 | 0.90 | 0.76 | 0 | 0.03 | 230.36 | 0.94 | 0.53 |
| Hex | 18 | 3C | F8 | 5A | 4C | 0 | 3 | E6 | 5E | 35 |
| Octal | 30 | 74 | 370 | 132 | 114 | 0 | 3 | 346 | 136 | 65 |
| Binary | 11000 | 111100 | 11111000 | 1011010 | 1001100 | 0 | 11 | 11100110 | 1011110 | 110101 |
Color Harmonies of #183CF8
Complementary color
Monochromatic Colors of #183CF8
Black with #183CF8
Text Example
Text Example
White with #183CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CF8; }
p { color: rgb(24,60,248); }
H1.HeaderClassName
{
color: #183CF8;
}
.AnyTagClassName
{
color: #183CF8;
}
</style>
background-color css
<style>
a { background-color: #183CF8; }
a { background-color: rgb(24,60,248); }
div.DivClassName
{
background-color: #183CF8;
}
.BgClassName
{
background-color: #183CF8;
}
</style>
border-color css
<style>
span { border-color: #183CF8; }
span { border-color: rgb(24,60,248); }
td.TdClassName
{
border-color: #183CF8;
}
.TagClassName
{
border-color: #183CF8;
}
</style>