Shades of Neon Blue #203CFF
Tints of Neon Blue #203CFF
RGB
CMYK
RGB Variations
Color information
#203CFF (or 0x203CFF) is known color: Neon Blue. HEX triplet: 20, 3C and FF. RGB value is (32,60,255). Sum of RGB (Red+Green+Blue) = 32+60+255=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #203CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203CFF is #DFC300. Grayscale: #494949. Windows color (decimal): -14664449 or 16727072. OLE color: 16727072.
HSL color Cylindrical-coordinate representation of color #203CFF: hue angle of 232.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #203CFF is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 60 | 255 | - |
| CMYK | 0.87 | 0.76 | 0 | 0 |
| HSL | 232.47º | 1% | 0.56% | - |
| HSV(B) | 232.47º | 0.87% | 1% | - |
| XYZ | 20.26 | 10.76 | 95.62 | - |
| YUV | 73.86 | 230.22 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 255 | 0.87 | 0.76 | 0 | 0 | 232.47 | 1 | 0.56 |
| Hex | 20 | 3C | FF | 57 | 4C | 0 | 0 | E8 | 64 | 38 |
| Octal | 40 | 74 | 377 | 127 | 114 | 0 | 0 | 350 | 144 | 70 |
| Binary | 100000 | 111100 | 11111111 | 1010111 | 1001100 | 0 | 0 | 11101000 | 1100100 | 111000 |
Color Harmonies of #203CFF
Complementary color
Monochromatic Colors of #203CFF
Black with #203CFF
Text Example
Text Example
White with #203CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CFF; }
p { color: rgb(32,60,255); }
H1.HeaderClassName
{
color: #203CFF;
}
.AnyTagClassName
{
color: #203CFF;
}
</style>
background-color css
<style>
a { background-color: #203CFF; }
a { background-color: rgb(32,60,255); }
div.DivClassName
{
background-color: #203CFF;
}
.BgClassName
{
background-color: #203CFF;
}
</style>
border-color css
<style>
span { border-color: #203CFF; }
span { border-color: rgb(32,60,255); }
td.TdClassName
{
border-color: #203CFF;
}
.TagClassName
{
border-color: #203CFF;
}
</style>