Shades of Neon Blue #203EF3
Tints of Neon Blue #203EF3
RGB
CMYK
RGB Variations
Color information
#203EF3 (or 0x203EF3) is known color: Neon Blue. HEX triplet: 20, 3E and F3. RGB value is (32,62,243). Sum of RGB (Red+Green+Blue) = 32+62+243=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 243 (95.31% from 255 or 72.11% from 337); Max value from RGB is 243 - color contains mainly: blue. Hex color #203EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203EF3 is #DFC10C. Grayscale: #484848. Windows color (decimal): -14663949 or 15941152. OLE color: 15941152.
HSL color Cylindrical-coordinate representation of color #203EF3: hue angle of 231.47º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #203EF3 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 62 | 243 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.05 |
| HSL | 231.47º | 0.9% | 0.54% | - |
| HSV(B) | 231.47º | 0.87% | 0.95% | - |
| XYZ | 18.5 | 10.22 | 85.79 | - |
| YUV | 73.66 | 223.56 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 243 | 0.87 | 0.74 | 0 | 0.05 | 231.47 | 0.9 | 0.54 |
| Hex | 20 | 3E | F3 | 57 | 4A | 0 | 5 | E7 | 5A | 36 |
| Octal | 40 | 76 | 363 | 127 | 112 | 0 | 5 | 347 | 132 | 66 |
| Binary | 100000 | 111110 | 11110011 | 1010111 | 1001010 | 0 | 101 | 11100111 | 1011010 | 110110 |
Color Harmonies of #203EF3
Complementary color
Monochromatic Colors of #203EF3
Black with #203EF3
Text Example
Text Example
White with #203EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203EF3; }
p { color: rgb(32,62,243); }
H1.HeaderClassName
{
color: #203EF3;
}
.AnyTagClassName
{
color: #203EF3;
}
</style>
background-color css
<style>
a { background-color: #203EF3; }
a { background-color: rgb(32,62,243); }
div.DivClassName
{
background-color: #203EF3;
}
.BgClassName
{
background-color: #203EF3;
}
</style>
border-color css
<style>
span { border-color: #203EF3; }
span { border-color: rgb(32,62,243); }
td.TdClassName
{
border-color: #203EF3;
}
.TagClassName
{
border-color: #203EF3;
}
</style>