Shades of Neon Blue #203BFD
Tints of Neon Blue #203BFD
RGB
CMYK
RGB Variations
Color information
#203BFD (or 0x203BFD) is known color: Neon Blue. HEX triplet: 20, 3B and FD. RGB value is (32,59,253). Sum of RGB (Red+Green+Blue) = 32+59+253=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 253 (99.22% from 255 or 73.55% from 344); Max value from RGB is 253 - color contains mainly: blue. Hex color #203BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203BFD is #DFC402. Grayscale: #484848. Windows color (decimal): -14664707 or 16595744. OLE color: 16595744.
HSL color Cylindrical-coordinate representation of color #203BFD: hue angle of 232.67º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #203BFD is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 59 | 253 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.01 |
| HSL | 232.67º | 0.98% | 0.56% | - |
| HSV(B) | 232.67º | 0.87% | 0.99% | - |
| XYZ | 19.89 | 10.53 | 93.91 | - |
| YUV | 73.04 | 229.55 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 253 | 0.87 | 0.77 | 0 | 0.01 | 232.67 | 0.98 | 0.56 |
| Hex | 20 | 3B | FD | 57 | 4D | 0 | 1 | E9 | 62 | 38 |
| Octal | 40 | 73 | 375 | 127 | 115 | 0 | 1 | 351 | 142 | 70 |
| Binary | 100000 | 111011 | 11111101 | 1010111 | 1001101 | 0 | 1 | 11101001 | 1100010 | 111000 |
Color Harmonies of #203BFD
Complementary color
Monochromatic Colors of #203BFD
Black with #203BFD
Text Example
Text Example
White with #203BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203BFD; }
p { color: rgb(32,59,253); }
H1.HeaderClassName
{
color: #203BFD;
}
.AnyTagClassName
{
color: #203BFD;
}
</style>
background-color css
<style>
a { background-color: #203BFD; }
a { background-color: rgb(32,59,253); }
div.DivClassName
{
background-color: #203BFD;
}
.BgClassName
{
background-color: #203BFD;
}
</style>
border-color css
<style>
span { border-color: #203BFD; }
span { border-color: rgb(32,59,253); }
td.TdClassName
{
border-color: #203BFD;
}
.TagClassName
{
border-color: #203BFD;
}
</style>