Shades of Neon Blue #203FFB
Tints of Neon Blue #203FFB
RGB
CMYK
RGB Variations
Color information
#203FFB (or 0x203FFB) is known color: Neon Blue. HEX triplet: 20, 3F and FB. RGB value is (32,63,251). Sum of RGB (Red+Green+Blue) = 32+63+251=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #203FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203FFB is #DFC004. Grayscale: #4A4A4A. Windows color (decimal): -14663685 or 16465696. OLE color: 16465696.
HSL color Cylindrical-coordinate representation of color #203FFB: hue angle of 231.51º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #203FFB is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 63 | 251 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.02 |
| HSL | 231.51º | 0.96% | 0.55% | - |
| HSV(B) | 231.51º | 0.87% | 0.98% | - |
| XYZ | 19.79 | 10.83 | 92.31 | - |
| YUV | 75.16 | 227.23 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 251 | 0.87 | 0.75 | 0 | 0.02 | 231.51 | 0.96 | 0.55 |
| Hex | 20 | 3F | FB | 57 | 4B | 0 | 2 | E8 | 60 | 37 |
| Octal | 40 | 77 | 373 | 127 | 113 | 0 | 2 | 350 | 140 | 67 |
| Binary | 100000 | 111111 | 11111011 | 1010111 | 1001011 | 0 | 10 | 11101000 | 1100000 | 110111 |
Color Harmonies of #203FFB
Complementary color
Monochromatic Colors of #203FFB
Black with #203FFB
Text Example
Text Example
White with #203FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FFB; }
p { color: rgb(32,63,251); }
H1.HeaderClassName
{
color: #203FFB;
}
.AnyTagClassName
{
color: #203FFB;
}
</style>
background-color css
<style>
a { background-color: #203FFB; }
a { background-color: rgb(32,63,251); }
div.DivClassName
{
background-color: #203FFB;
}
.BgClassName
{
background-color: #203FFB;
}
</style>
border-color css
<style>
span { border-color: #203FFB; }
span { border-color: rgb(32,63,251); }
td.TdClassName
{
border-color: #203FFB;
}
.TagClassName
{
border-color: #203FFB;
}
</style>