Shades of Neon Blue #204EFB
Tints of Neon Blue #204EFB
RGB
CMYK
RGB Variations
Color information
#204EFB (or 0x204EFB) is known color: Neon Blue. HEX triplet: 20, 4E and FB. RGB value is (32,78,251). Sum of RGB (Red+Green+Blue) = 32+78+251=361 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.86% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #204EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204EFB is #DFB104. Grayscale: #535353. Windows color (decimal): -14659845 or 16469536. OLE color: 16469536.
HSL color Cylindrical-coordinate representation of color #204EFB: hue angle of 227.4º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204EFB is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 78 | 251 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.02 |
| HSL | 227.4º | 0.96% | 0.55% | - |
| HSV(B) | 227.4º | 0.87% | 0.98% | - |
| XYZ | 20.73 | 12.72 | 92.63 | - |
| YUV | 83.97 | 222.26 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 251 | 0.87 | 0.69 | 0 | 0.02 | 227.4 | 0.96 | 0.55 |
| Hex | 20 | 4E | FB | 57 | 45 | 0 | 2 | E3 | 60 | 37 |
| Octal | 40 | 116 | 373 | 127 | 105 | 0 | 2 | 343 | 140 | 67 |
| Binary | 100000 | 1001110 | 11111011 | 1010111 | 1000101 | 0 | 10 | 11100011 | 1100000 | 110111 |
Color Harmonies of #204EFB
Complementary color
Monochromatic Colors of #204EFB
Black with #204EFB
Text Example
Text Example
White with #204EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204EFB; }
p { color: rgb(32,78,251); }
H1.HeaderClassName
{
color: #204EFB;
}
.AnyTagClassName
{
color: #204EFB;
}
</style>
background-color css
<style>
a { background-color: #204EFB; }
a { background-color: rgb(32,78,251); }
div.DivClassName
{
background-color: #204EFB;
}
.BgClassName
{
background-color: #204EFB;
}
</style>
border-color css
<style>
span { border-color: #204EFB; }
span { border-color: rgb(32,78,251); }
td.TdClassName
{
border-color: #204EFB;
}
.TagClassName
{
border-color: #204EFB;
}
</style>