Shades of Neon Blue #203CEF
Tints of Neon Blue #203CEF
RGB
CMYK
RGB Variations
Color information
#203CEF (or 0x203CEF) is known color: Neon Blue. HEX triplet: 20, 3C and EF. RGB value is (32,60,239). Sum of RGB (Red+Green+Blue) = 32+60+239=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #203CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203CEF is #DFC310. Grayscale: #474747. Windows color (decimal): -14664465 or 15678496. OLE color: 15678496.
HSL color Cylindrical-coordinate representation of color #203CEF: hue angle of 231.88º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #203CEF is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 60 | 239 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.06 |
| HSL | 231.88º | 0.87% | 0.53% | - |
| HSV(B) | 231.88º | 0.87% | 0.94% | - |
| XYZ | 17.79 | 9.77 | 82.61 | - |
| YUV | 72.03 | 222.22 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 239 | 0.87 | 0.75 | 0 | 0.06 | 231.88 | 0.87 | 0.53 |
| Hex | 20 | 3C | EF | 57 | 4B | 0 | 6 | E8 | 57 | 35 |
| Octal | 40 | 74 | 357 | 127 | 113 | 0 | 6 | 350 | 127 | 65 |
| Binary | 100000 | 111100 | 11101111 | 1010111 | 1001011 | 0 | 110 | 11101000 | 1010111 | 110101 |
Color Harmonies of #203CEF
Complementary color
Monochromatic Colors of #203CEF
Black with #203CEF
Text Example
Text Example
White with #203CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CEF; }
p { color: rgb(32,60,239); }
H1.HeaderClassName
{
color: #203CEF;
}
.AnyTagClassName
{
color: #203CEF;
}
</style>
background-color css
<style>
a { background-color: #203CEF; }
a { background-color: rgb(32,60,239); }
div.DivClassName
{
background-color: #203CEF;
}
.BgClassName
{
background-color: #203CEF;
}
</style>
border-color css
<style>
span { border-color: #203CEF; }
span { border-color: rgb(32,60,239); }
td.TdClassName
{
border-color: #203CEF;
}
.TagClassName
{
border-color: #203CEF;
}
</style>