Shades of Neon Blue #203CF1
Tints of Neon Blue #203CF1
RGB
CMYK
RGB Variations
Color information
#203CF1 (or 0x203CF1) is known color: Neon Blue. HEX triplet: 20, 3C and F1. RGB value is (32,60,241). Sum of RGB (Red+Green+Blue) = 32+60+241=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #203CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203CF1 is #DFC30E. Grayscale: #474747. Windows color (decimal): -14664463 or 15809568. OLE color: 15809568.
HSL color Cylindrical-coordinate representation of color #203CF1: hue angle of 231.96º degrees, saturation: 0.88, 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 #203CF1 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 60 | 241 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.05 |
| HSL | 231.96º | 0.88% | 0.54% | - |
| HSV(B) | 231.96º | 0.87% | 0.95% | - |
| XYZ | 18.09 | 9.89 | 84.17 | - |
| YUV | 72.26 | 223.22 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 241 | 0.87 | 0.75 | 0 | 0.05 | 231.96 | 0.88 | 0.54 |
| Hex | 20 | 3C | F1 | 57 | 4B | 0 | 5 | E8 | 58 | 36 |
| Octal | 40 | 74 | 361 | 127 | 113 | 0 | 5 | 350 | 130 | 66 |
| Binary | 100000 | 111100 | 11110001 | 1010111 | 1001011 | 0 | 101 | 11101000 | 1011000 | 110110 |
Color Harmonies of #203CF1
Complementary color
Monochromatic Colors of #203CF1
Black with #203CF1
Text Example
Text Example
White with #203CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CF1; }
p { color: rgb(32,60,241); }
H1.HeaderClassName
{
color: #203CF1;
}
.AnyTagClassName
{
color: #203CF1;
}
</style>
background-color css
<style>
a { background-color: #203CF1; }
a { background-color: rgb(32,60,241); }
div.DivClassName
{
background-color: #203CF1;
}
.BgClassName
{
background-color: #203CF1;
}
</style>
border-color css
<style>
span { border-color: #203CF1; }
span { border-color: rgb(32,60,241); }
td.TdClassName
{
border-color: #203CF1;
}
.TagClassName
{
border-color: #203CF1;
}
</style>