Shades of Neon Blue #202FF5
Tints of Neon Blue #202FF5
RGB
CMYK
RGB Variations
Color information
#202FF5 (or 0x202FF5) is known color: Neon Blue. HEX triplet: 20, 2F and F5. RGB value is (32,47,245). Sum of RGB (Red+Green+Blue) = 32+47+245=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 245 (96.09% from 255 or 75.62% from 324); Max value from RGB is 245 - color contains mainly: blue. Hex color #202FF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202FF5 is #DFD00A. Grayscale: #404040. Windows color (decimal): -14667787 or 16068384. OLE color: 16068384.
HSL color Cylindrical-coordinate representation of color #202FF5: hue angle of 235.77º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #202FF5 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 47 | 245 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.04 |
| HSL | 235.77º | 0.91% | 0.54% | - |
| HSV(B) | 235.77º | 0.87% | 0.96% | - |
| XYZ | 18.09 | 8.93 | 87.16 | - |
| YUV | 65.09 | 229.53 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 245 | 0.87 | 0.81 | 0 | 0.04 | 235.77 | 0.91 | 0.54 |
| Hex | 20 | 2F | F5 | 57 | 51 | 0 | 4 | EC | 5B | 36 |
| Octal | 40 | 57 | 365 | 127 | 121 | 0 | 4 | 354 | 133 | 66 |
| Binary | 100000 | 101111 | 11110101 | 1010111 | 1010001 | 0 | 100 | 11101100 | 1011011 | 110110 |
Color Harmonies of #202FF5
Complementary color
Monochromatic Colors of #202FF5
Black with #202FF5
Text Example
Text Example
White with #202FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FF5; }
p { color: rgb(32,47,245); }
H1.HeaderClassName
{
color: #202FF5;
}
.AnyTagClassName
{
color: #202FF5;
}
</style>
background-color css
<style>
a { background-color: #202FF5; }
a { background-color: rgb(32,47,245); }
div.DivClassName
{
background-color: #202FF5;
}
.BgClassName
{
background-color: #202FF5;
}
</style>
border-color css
<style>
span { border-color: #202FF5; }
span { border-color: rgb(32,47,245); }
td.TdClassName
{
border-color: #202FF5;
}
.TagClassName
{
border-color: #202FF5;
}
</style>