Shades of Neon Blue #204BFF
Tints of Neon Blue #204BFF
RGB
CMYK
RGB Variations
Color information
#204BFF (or 0x204BFF) is known color: Neon Blue. HEX triplet: 20, 4B and FF. RGB value is (32,75,255). Sum of RGB (Red+Green+Blue) = 32+75+255=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #204BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #204BFF is #DFB400. Grayscale: #515151. Windows color (decimal): -14660609 or 16730912. OLE color: 16730912.
HSL color Cylindrical-coordinate representation of color #204BFF: hue angle of 228.43º 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 #204BFF is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 75 | 255 | - |
| CMYK | 0.87 | 0.71 | 0 | 0 |
| HSL | 228.43º | 1% | 0.56% | - |
| HSV(B) | 228.43º | 0.87% | 1% | - |
| XYZ | 21.16 | 12.56 | 95.92 | - |
| YUV | 82.66 | 225.25 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 255 | 0.87 | 0.71 | 0 | 0 | 228.43 | 1 | 0.56 |
| Hex | 20 | 4B | FF | 57 | 47 | 0 | 0 | E4 | 64 | 38 |
| Octal | 40 | 113 | 377 | 127 | 107 | 0 | 0 | 344 | 144 | 70 |
| Binary | 100000 | 1001011 | 11111111 | 1010111 | 1000111 | 0 | 0 | 11100100 | 1100100 | 111000 |
Color Harmonies of #204BFF
Complementary color
Monochromatic Colors of #204BFF
Black with #204BFF
Text Example
Text Example
White with #204BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204BFF; }
p { color: rgb(32,75,255); }
H1.HeaderClassName
{
color: #204BFF;
}
.AnyTagClassName
{
color: #204BFF;
}
</style>
background-color css
<style>
a { background-color: #204BFF; }
a { background-color: rgb(32,75,255); }
div.DivClassName
{
background-color: #204BFF;
}
.BgClassName
{
background-color: #204BFF;
}
</style>
border-color css
<style>
span { border-color: #204BFF; }
span { border-color: rgb(32,75,255); }
td.TdClassName
{
border-color: #204BFF;
}
.TagClassName
{
border-color: #204BFF;
}
</style>