Shades of Neon Blue #203FFE
Tints of Neon Blue #203FFE
RGB
CMYK
RGB Variations
Color information
#203FFE (or 0x203FFE) is known color: Neon Blue. HEX triplet: 20, 3F and FE. RGB value is (32,63,254). Sum of RGB (Red+Green+Blue) = 32+63+254=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #203FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203FFE is #DFC001. Grayscale: #4A4A4A. Windows color (decimal): -14663682 or 16662304. OLE color: 16662304.
HSL color Cylindrical-coordinate representation of color #203FFE: hue angle of 231.62º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #203FFE is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 63 | 254 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.00 |
| HSL | 231.62º | 0.99% | 0.56% | - |
| HSV(B) | 231.62º | 0.87% | 1% | - |
| XYZ | 20.26 | 11.02 | 94.82 | - |
| YUV | 75.51 | 228.73 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 254 | 0.87 | 0.75 | 0 | 0.00 | 231.62 | 0.99 | 0.56 |
| Hex | 20 | 3F | FE | 57 | 4B | 0 | 0 | E8 | 63 | 38 |
| Octal | 40 | 77 | 376 | 127 | 113 | 0 | 0 | 350 | 143 | 70 |
| Binary | 100000 | 111111 | 11111110 | 1010111 | 1001011 | 0 | 0 | 11101000 | 1100011 | 111000 |
Color Harmonies of #203FFE
Complementary color
Monochromatic Colors of #203FFE
Black with #203FFE
Text Example
Text Example
White with #203FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FFE; }
p { color: rgb(32,63,254); }
H1.HeaderClassName
{
color: #203FFE;
}
.AnyTagClassName
{
color: #203FFE;
}
</style>
background-color css
<style>
a { background-color: #203FFE; }
a { background-color: rgb(32,63,254); }
div.DivClassName
{
background-color: #203FFE;
}
.BgClassName
{
background-color: #203FFE;
}
</style>
border-color css
<style>
span { border-color: #203FFE; }
span { border-color: rgb(32,63,254); }
td.TdClassName
{
border-color: #203FFE;
}
.TagClassName
{
border-color: #203FFE;
}
</style>