Shades of Neon Blue #203BF0
Tints of Neon Blue #203BF0
RGB
CMYK
RGB Variations
Color information
#203BF0 (or 0x203BF0) is known color: Neon Blue. HEX triplet: 20, 3B and F0. RGB value is (32,59,240). Sum of RGB (Red+Green+Blue) = 32+59+240=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 240 (94.14% from 255 or 72.51% from 331); Max value from RGB is 240 - color contains mainly: blue. Hex color #203BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203BF0 is #DFC40F. Grayscale: #464646. Windows color (decimal): -14664720 or 15743776. OLE color: 15743776.
HSL color Cylindrical-coordinate representation of color #203BF0: hue angle of 232.21º 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 #203BF0 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 59 | 240 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.06 |
| HSL | 232.21º | 0.87% | 0.53% | - |
| HSV(B) | 232.21º | 0.87% | 0.94% | - |
| XYZ | 17.89 | 9.73 | 83.37 | - |
| YUV | 71.56 | 223.05 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 240 | 0.87 | 0.75 | 0 | 0.06 | 232.21 | 0.87 | 0.53 |
| Hex | 20 | 3B | F0 | 57 | 4B | 0 | 6 | E8 | 57 | 35 |
| Octal | 40 | 73 | 360 | 127 | 113 | 0 | 6 | 350 | 127 | 65 |
| Binary | 100000 | 111011 | 11110000 | 1010111 | 1001011 | 0 | 110 | 11101000 | 1010111 | 110101 |
Color Harmonies of #203BF0
Complementary color
Monochromatic Colors of #203BF0
Black with #203BF0
Text Example
Text Example
White with #203BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203BF0; }
p { color: rgb(32,59,240); }
H1.HeaderClassName
{
color: #203BF0;
}
.AnyTagClassName
{
color: #203BF0;
}
</style>
background-color css
<style>
a { background-color: #203BF0; }
a { background-color: rgb(32,59,240); }
div.DivClassName
{
background-color: #203BF0;
}
.BgClassName
{
background-color: #203BF0;
}
</style>
border-color css
<style>
span { border-color: #203BF0; }
span { border-color: rgb(32,59,240); }
td.TdClassName
{
border-color: #203BF0;
}
.TagClassName
{
border-color: #203BF0;
}
</style>