Shades of Neon Blue #202FFB
Tints of Neon Blue #202FFB
RGB
CMYK
RGB Variations
Color information
#202FFB (or 0x202FFB) is known color: Neon Blue. HEX triplet: 20, 2F and FB. RGB value is (32,47,251). Sum of RGB (Red+Green+Blue) = 32+47+251=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #202FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202FFB is #DFD004. Grayscale: #404040. Windows color (decimal): -14667781 or 16461600. OLE color: 16461600.
HSL color Cylindrical-coordinate representation of color #202FFB: hue angle of 235.89º 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 #202FFB is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 47 | 251 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.02 |
| HSL | 235.89º | 0.96% | 0.55% | - |
| HSV(B) | 235.89º | 0.87% | 0.98% | - |
| XYZ | 19.02 | 9.31 | 92.06 | - |
| YUV | 65.77 | 232.53 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 251 | 0.87 | 0.81 | 0 | 0.02 | 235.89 | 0.96 | 0.55 |
| Hex | 20 | 2F | FB | 57 | 51 | 0 | 2 | EC | 60 | 37 |
| Octal | 40 | 57 | 373 | 127 | 121 | 0 | 2 | 354 | 140 | 67 |
| Binary | 100000 | 101111 | 11111011 | 1010111 | 1010001 | 0 | 10 | 11101100 | 1100000 | 110111 |
Color Harmonies of #202FFB
Complementary color
Monochromatic Colors of #202FFB
Black with #202FFB
Text Example
Text Example
White with #202FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FFB; }
p { color: rgb(32,47,251); }
H1.HeaderClassName
{
color: #202FFB;
}
.AnyTagClassName
{
color: #202FFB;
}
</style>
background-color css
<style>
a { background-color: #202FFB; }
a { background-color: rgb(32,47,251); }
div.DivClassName
{
background-color: #202FFB;
}
.BgClassName
{
background-color: #202FFB;
}
</style>
border-color css
<style>
span { border-color: #202FFB; }
span { border-color: rgb(32,47,251); }
td.TdClassName
{
border-color: #202FFB;
}
.TagClassName
{
border-color: #202FFB;
}
</style>