Shades of Neon Blue #204FFE
Tints of Neon Blue #204FFE
RGB
CMYK
RGB Variations
Color information
#204FFE (or 0x204FFE) is known color: Neon Blue. HEX triplet: 20, 4F and FE. RGB value is (32,79,254). Sum of RGB (Red+Green+Blue) = 32+79+254=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #204FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204FFE is #DFB001. Grayscale: #545454. Windows color (decimal): -14659586 or 16666400. OLE color: 16666400.
HSL color Cylindrical-coordinate representation of color #204FFE: hue angle of 227.3º 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 #204FFE is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 79 | 254 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.00 |
| HSL | 227.3º | 0.99% | 0.56% | - |
| HSV(B) | 227.3º | 0.87% | 1% | - |
| XYZ | 21.28 | 13.05 | 95.16 | - |
| YUV | 84.9 | 223.43 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 254 | 0.87 | 0.69 | 0 | 0.00 | 227.3 | 0.99 | 0.56 |
| Hex | 20 | 4F | FE | 57 | 45 | 0 | 0 | E3 | 63 | 38 |
| Octal | 40 | 117 | 376 | 127 | 105 | 0 | 0 | 343 | 143 | 70 |
| Binary | 100000 | 1001111 | 11111110 | 1010111 | 1000101 | 0 | 0 | 11100011 | 1100011 | 111000 |
Color Harmonies of #204FFE
Complementary color
Monochromatic Colors of #204FFE
Black with #204FFE
Text Example
Text Example
White with #204FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204FFE; }
p { color: rgb(32,79,254); }
H1.HeaderClassName
{
color: #204FFE;
}
.AnyTagClassName
{
color: #204FFE;
}
</style>
background-color css
<style>
a { background-color: #204FFE; }
a { background-color: rgb(32,79,254); }
div.DivClassName
{
background-color: #204FFE;
}
.BgClassName
{
background-color: #204FFE;
}
</style>
border-color css
<style>
span { border-color: #204FFE; }
span { border-color: rgb(32,79,254); }
td.TdClassName
{
border-color: #204FFE;
}
.TagClassName
{
border-color: #204FFE;
}
</style>