Shades of Neon Blue #203BEF
Tints of Neon Blue #203BEF
RGB
CMYK
RGB Variations
Color information
#203BEF (or 0x203BEF) is known color: Neon Blue. HEX triplet: 20, 3B and EF. RGB value is (32,59,239). Sum of RGB (Red+Green+Blue) = 32+59+239=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #203BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203BEF is #DFC410. Grayscale: #464646. Windows color (decimal): -14664721 or 15678240. OLE color: 15678240.
HSL color Cylindrical-coordinate representation of color #203BEF: hue angle of 232.17º 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 #203BEF is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 59 | 239 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.06 |
| HSL | 232.17º | 0.87% | 0.53% | - |
| HSV(B) | 232.17º | 0.87% | 0.94% | - |
| XYZ | 17.74 | 9.67 | 82.59 | - |
| YUV | 71.45 | 222.55 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 239 | 0.87 | 0.75 | 0 | 0.06 | 232.17 | 0.87 | 0.53 |
| Hex | 20 | 3B | EF | 57 | 4B | 0 | 6 | E8 | 57 | 35 |
| Octal | 40 | 73 | 357 | 127 | 113 | 0 | 6 | 350 | 127 | 65 |
| Binary | 100000 | 111011 | 11101111 | 1010111 | 1001011 | 0 | 110 | 11101000 | 1010111 | 110101 |
Color Harmonies of #203BEF
Complementary color
Monochromatic Colors of #203BEF
Black with #203BEF
Text Example
Text Example
White with #203BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203BEF; }
p { color: rgb(32,59,239); }
H1.HeaderClassName
{
color: #203BEF;
}
.AnyTagClassName
{
color: #203BEF;
}
</style>
background-color css
<style>
a { background-color: #203BEF; }
a { background-color: rgb(32,59,239); }
div.DivClassName
{
background-color: #203BEF;
}
.BgClassName
{
background-color: #203BEF;
}
</style>
border-color css
<style>
span { border-color: #203BEF; }
span { border-color: rgb(32,59,239); }
td.TdClassName
{
border-color: #203BEF;
}
.TagClassName
{
border-color: #203BEF;
}
</style>