Shades of Neon Blue #204EFF
Tints of Neon Blue #204EFF
RGB
CMYK
RGB Variations
Color information
#204EFF (or 0x204EFF) is known color: Neon Blue. HEX triplet: 20, 4E and FF. RGB value is (32,78,255). Sum of RGB (Red+Green+Blue) = 32+78+255=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #204EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204EFF is #DFB100. Grayscale: #535353. Windows color (decimal): -14659841 or 16731680. OLE color: 16731680.
HSL color Cylindrical-coordinate representation of color #204EFF: hue angle of 227.62º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204EFF is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 78 | 255 | - |
| CMYK | 0.87 | 0.69 | 0 | 0 |
| HSL | 227.62º | 1% | 0.56% | - |
| HSV(B) | 227.62º | 0.87% | 1% | - |
| XYZ | 21.37 | 12.98 | 95.99 | - |
| YUV | 84.42 | 224.26 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 255 | 0.87 | 0.69 | 0 | 0 | 227.62 | 1 | 0.56 |
| Hex | 20 | 4E | FF | 57 | 45 | 0 | 0 | E4 | 64 | 38 |
| Octal | 40 | 116 | 377 | 127 | 105 | 0 | 0 | 344 | 144 | 70 |
| Binary | 100000 | 1001110 | 11111111 | 1010111 | 1000101 | 0 | 0 | 11100100 | 1100100 | 111000 |
Color Harmonies of #204EFF
Complementary color
Monochromatic Colors of #204EFF
Black with #204EFF
Text Example
Text Example
White with #204EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204EFF; }
p { color: rgb(32,78,255); }
H1.HeaderClassName
{
color: #204EFF;
}
.AnyTagClassName
{
color: #204EFF;
}
</style>
background-color css
<style>
a { background-color: #204EFF; }
a { background-color: rgb(32,78,255); }
div.DivClassName
{
background-color: #204EFF;
}
.BgClassName
{
background-color: #204EFF;
}
</style>
border-color css
<style>
span { border-color: #204EFF; }
span { border-color: rgb(32,78,255); }
td.TdClassName
{
border-color: #204EFF;
}
.TagClassName
{
border-color: #204EFF;
}
</style>