Shades of Neon Blue #203FF7
Tints of Neon Blue #203FF7
RGB
CMYK
RGB Variations
Color information
#203FF7 (or 0x203FF7) is known color: Neon Blue. HEX triplet: 20, 3F and F7. RGB value is (32,63,247). Sum of RGB (Red+Green+Blue) = 32+63+247=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 247 (96.88% from 255 or 72.22% from 342); Max value from RGB is 247 - color contains mainly: blue. Hex color #203FF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203FF7 is #DFC008. Grayscale: #494949. Windows color (decimal): -14663689 or 16203552. OLE color: 16203552.
HSL color Cylindrical-coordinate representation of color #203FF7: hue angle of 231.35º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #203FF7 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 63 | 247 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.03 |
| HSL | 231.35º | 0.93% | 0.55% | - |
| HSV(B) | 231.35º | 0.87% | 0.97% | - |
| XYZ | 19.16 | 10.58 | 89.03 | - |
| YUV | 74.71 | 225.23 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 247 | 0.87 | 0.74 | 0 | 0.03 | 231.35 | 0.93 | 0.55 |
| Hex | 20 | 3F | F7 | 57 | 4A | 0 | 3 | E7 | 5D | 37 |
| Octal | 40 | 77 | 367 | 127 | 112 | 0 | 3 | 347 | 135 | 67 |
| Binary | 100000 | 111111 | 11110111 | 1010111 | 1001010 | 0 | 11 | 11100111 | 1011101 | 110111 |
Color Harmonies of #203FF7
Complementary color
Monochromatic Colors of #203FF7
Black with #203FF7
Text Example
Text Example
White with #203FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FF7; }
p { color: rgb(32,63,247); }
H1.HeaderClassName
{
color: #203FF7;
}
.AnyTagClassName
{
color: #203FF7;
}
</style>
background-color css
<style>
a { background-color: #203FF7; }
a { background-color: rgb(32,63,247); }
div.DivClassName
{
background-color: #203FF7;
}
.BgClassName
{
background-color: #203FF7;
}
</style>
border-color css
<style>
span { border-color: #203FF7; }
span { border-color: rgb(32,63,247); }
td.TdClassName
{
border-color: #203FF7;
}
.TagClassName
{
border-color: #203FF7;
}
</style>