Shades of Neon Blue #183BFF
Tints of Neon Blue #183BFF
RGB
CMYK
RGB Variations
Color information
#183BFF (or 0x183BFF) is known color: Neon Blue. HEX triplet: 18, 3B and FF. RGB value is (24,59,255). Sum of RGB (Red+Green+Blue) = 24+59+255=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #183BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183BFF is #E7C400. Grayscale: #464646. Windows color (decimal): -15188993 or 16726808. OLE color: 16726808.
HSL color Cylindrical-coordinate representation of color #183BFF: hue angle of 230.91º 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 #183BFF is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 59 | 255 | - |
| CMYK | 0.91 | 0.77 | 0 | 0 |
| HSL | 230.91º | 1% | 0.55% | - |
| HSV(B) | 230.91º | 0.91% | 1% | - |
| XYZ | 19.99 | 10.54 | 95.59 | - |
| YUV | 70.88 | 231.9 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 255 | 0.91 | 0.77 | 0 | 0 | 230.91 | 1 | 0.55 |
| Hex | 18 | 3B | FF | 5B | 4D | 0 | 0 | E7 | 64 | 37 |
| Octal | 30 | 73 | 377 | 133 | 115 | 0 | 0 | 347 | 144 | 67 |
| Binary | 11000 | 111011 | 11111111 | 1011011 | 1001101 | 0 | 0 | 11100111 | 1100100 | 110111 |
Color Harmonies of #183BFF
Complementary color
Monochromatic Colors of #183BFF
Black with #183BFF
Text Example
Text Example
White with #183BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BFF; }
p { color: rgb(24,59,255); }
H1.HeaderClassName
{
color: #183BFF;
}
.AnyTagClassName
{
color: #183BFF;
}
</style>
background-color css
<style>
a { background-color: #183BFF; }
a { background-color: rgb(24,59,255); }
div.DivClassName
{
background-color: #183BFF;
}
.BgClassName
{
background-color: #183BFF;
}
</style>
border-color css
<style>
span { border-color: #183BFF; }
span { border-color: rgb(24,59,255); }
td.TdClassName
{
border-color: #183BFF;
}
.TagClassName
{
border-color: #183BFF;
}
</style>