Shades of Neon Blue #204FFB
Tints of Neon Blue #204FFB
RGB
CMYK
RGB Variations
Color information
#204FFB (or 0x204FFB) is known color: Neon Blue. HEX triplet: 20, 4F and FB. RGB value is (32,79,251). Sum of RGB (Red+Green+Blue) = 32+79+251=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #204FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204FFB is #DFB004. Grayscale: #535353. Windows color (decimal): -14659589 or 16469792. OLE color: 16469792.
HSL color Cylindrical-coordinate representation of color #204FFB: hue angle of 227.12º 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 #204FFB is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 79 | 251 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.02 |
| HSL | 227.12º | 0.96% | 0.55% | - |
| HSV(B) | 227.12º | 0.87% | 0.98% | - |
| XYZ | 20.8 | 12.86 | 92.65 | - |
| YUV | 84.56 | 221.93 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 251 | 0.87 | 0.69 | 0 | 0.02 | 227.12 | 0.96 | 0.55 |
| Hex | 20 | 4F | FB | 57 | 45 | 0 | 2 | E3 | 60 | 37 |
| Octal | 40 | 117 | 373 | 127 | 105 | 0 | 2 | 343 | 140 | 67 |
| Binary | 100000 | 1001111 | 11111011 | 1010111 | 1000101 | 0 | 10 | 11100011 | 1100000 | 110111 |
Color Harmonies of #204FFB
Complementary color
Monochromatic Colors of #204FFB
Black with #204FFB
Text Example
Text Example
White with #204FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204FFB; }
p { color: rgb(32,79,251); }
H1.HeaderClassName
{
color: #204FFB;
}
.AnyTagClassName
{
color: #204FFB;
}
</style>
background-color css
<style>
a { background-color: #204FFB; }
a { background-color: rgb(32,79,251); }
div.DivClassName
{
background-color: #204FFB;
}
.BgClassName
{
background-color: #204FFB;
}
</style>
border-color css
<style>
span { border-color: #204FFB; }
span { border-color: rgb(32,79,251); }
td.TdClassName
{
border-color: #204FFB;
}
.TagClassName
{
border-color: #204FFB;
}
</style>