Shades of Neon Blue #204DF8
Tints of Neon Blue #204DF8
RGB
CMYK
RGB Variations
Color information
#204DF8 (or 0x204DF8) is known color: Neon Blue. HEX triplet: 20, 4D and F8. RGB value is (32,77,248). Sum of RGB (Red+Green+Blue) = 32+77+248=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 248 (97.27% from 255 or 69.47% from 357); Max value from RGB is 248 - color contains mainly: blue. Hex color #204DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204DF8 is #DFB207. Grayscale: #525252. Windows color (decimal): -14660104 or 16272672. OLE color: 16272672.
HSL color Cylindrical-coordinate representation of color #204DF8: hue angle of 227.5º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204DF8 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 77 | 248 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.03 |
| HSL | 227.5º | 0.94% | 0.55% | - |
| HSV(B) | 227.5º | 0.87% | 0.97% | - |
| XYZ | 20.19 | 12.39 | 90.13 | - |
| YUV | 83.04 | 221.09 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 248 | 0.87 | 0.69 | 0 | 0.03 | 227.5 | 0.94 | 0.55 |
| Hex | 20 | 4D | F8 | 57 | 45 | 0 | 3 | E4 | 5E | 37 |
| Octal | 40 | 115 | 370 | 127 | 105 | 0 | 3 | 344 | 136 | 67 |
| Binary | 100000 | 1001101 | 11111000 | 1010111 | 1000101 | 0 | 11 | 11100100 | 1011110 | 110111 |
Color Harmonies of #204DF8
Complementary color
Monochromatic Colors of #204DF8
Black with #204DF8
Text Example
Text Example
White with #204DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204DF8; }
p { color: rgb(32,77,248); }
H1.HeaderClassName
{
color: #204DF8;
}
.AnyTagClassName
{
color: #204DF8;
}
</style>
background-color css
<style>
a { background-color: #204DF8; }
a { background-color: rgb(32,77,248); }
div.DivClassName
{
background-color: #204DF8;
}
.BgClassName
{
background-color: #204DF8;
}
</style>
border-color css
<style>
span { border-color: #204DF8; }
span { border-color: rgb(32,77,248); }
td.TdClassName
{
border-color: #204DF8;
}
.TagClassName
{
border-color: #204DF8;
}
</style>