Shades of Neon Blue #183BF8
Tints of Neon Blue #183BF8
RGB
CMYK
RGB Variations
Color information
#183BF8 (or 0x183BF8) is known color: Neon Blue. HEX triplet: 18, 3B and F8. RGB value is (24,59,248). Sum of RGB (Red+Green+Blue) = 24+59+248=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 248 (97.27% from 255 or 74.92% from 331); Max value from RGB is 248 - color contains mainly: blue. Hex color #183BF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183BF8 is #E7C407. Grayscale: #454545. Windows color (decimal): -15189000 or 16268056. OLE color: 16268056.
HSL color Cylindrical-coordinate representation of color #183BF8: hue angle of 230.62º 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 #183BF8 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 59 | 248 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.03 |
| HSL | 230.63º | 0.94% | 0.53% | - |
| HSV(B) | 230.63º | 0.9% | 0.97% | - |
| XYZ | 18.88 | 10.1 | 89.76 | - |
| YUV | 70.08 | 228.4 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 248 | 0.90 | 0.76 | 0 | 0.03 | 230.63 | 0.94 | 0.53 |
| Hex | 18 | 3B | F8 | 5A | 4C | 0 | 3 | E7 | 5E | 35 |
| Octal | 30 | 73 | 370 | 132 | 114 | 0 | 3 | 347 | 136 | 65 |
| Binary | 11000 | 111011 | 11111000 | 1011010 | 1001100 | 0 | 11 | 11100111 | 1011110 | 110101 |
Color Harmonies of #183BF8
Complementary color
Monochromatic Colors of #183BF8
Black with #183BF8
Text Example
Text Example
White with #183BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BF8; }
p { color: rgb(24,59,248); }
H1.HeaderClassName
{
color: #183BF8;
}
.AnyTagClassName
{
color: #183BF8;
}
</style>
background-color css
<style>
a { background-color: #183BF8; }
a { background-color: rgb(24,59,248); }
div.DivClassName
{
background-color: #183BF8;
}
.BgClassName
{
background-color: #183BF8;
}
</style>
border-color css
<style>
span { border-color: #183BF8; }
span { border-color: rgb(24,59,248); }
td.TdClassName
{
border-color: #183BF8;
}
.TagClassName
{
border-color: #183BF8;
}
</style>