Shades of Neon Blue #183CFF
Tints of Neon Blue #183CFF
RGB
CMYK
RGB Variations
Color information
#183CFF (or 0x183CFF) is known color: Neon Blue. HEX triplet: 18, 3C and FF. RGB value is (24,60,255). Sum of RGB (Red+Green+Blue) = 24+60+255=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #183CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183CFF is #E7C300. Grayscale: #464646. Windows color (decimal): -15188737 or 16727064. OLE color: 16727064.
HSL color Cylindrical-coordinate representation of color #183CFF: hue angle of 230.65º 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 #183CFF is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 60 | 255 | - |
| CMYK | 0.91 | 0.76 | 0 | 0 |
| HSL | 230.65º | 1% | 0.55% | - |
| HSV(B) | 230.65º | 0.91% | 1% | - |
| XYZ | 20.04 | 10.65 | 95.61 | - |
| YUV | 71.47 | 231.57 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 255 | 0.91 | 0.76 | 0 | 0 | 230.65 | 1 | 0.55 |
| Hex | 18 | 3C | FF | 5B | 4C | 0 | 0 | E7 | 64 | 37 |
| Octal | 30 | 74 | 377 | 133 | 114 | 0 | 0 | 347 | 144 | 67 |
| Binary | 11000 | 111100 | 11111111 | 1011011 | 1001100 | 0 | 0 | 11100111 | 1100100 | 110111 |
Color Harmonies of #183CFF
Complementary color
Monochromatic Colors of #183CFF
Black with #183CFF
Text Example
Text Example
White with #183CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CFF; }
p { color: rgb(24,60,255); }
H1.HeaderClassName
{
color: #183CFF;
}
.AnyTagClassName
{
color: #183CFF;
}
</style>
background-color css
<style>
a { background-color: #183CFF; }
a { background-color: rgb(24,60,255); }
div.DivClassName
{
background-color: #183CFF;
}
.BgClassName
{
background-color: #183CFF;
}
</style>
border-color css
<style>
span { border-color: #183CFF; }
span { border-color: rgb(24,60,255); }
td.TdClassName
{
border-color: #183CFF;
}
.TagClassName
{
border-color: #183CFF;
}
</style>