Shades of Neon Blue #212FFB
Tints of Neon Blue #212FFB
RGB
CMYK
RGB Variations
Color information
#212FFB (or 0x212FFB) is known color: Neon Blue. HEX triplet: 21, 2F and FB. RGB value is (33,47,251). Sum of RGB (Red+Green+Blue) = 33+47+251=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #212FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212FFB is #DED004. Grayscale: #414141. Windows color (decimal): -14602245 or 16461601. OLE color: 16461601.
HSL color Cylindrical-coordinate representation of color #212FFB: hue angle of 236.15º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #212FFB is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 47 | 251 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.02 |
| HSL | 236.15º | 0.96% | 0.56% | - |
| HSV(B) | 236.15º | 0.87% | 0.98% | - |
| XYZ | 19.06 | 9.32 | 92.06 | - |
| YUV | 66.07 | 232.36 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 251 | 0.87 | 0.81 | 0 | 0.02 | 236.15 | 0.96 | 0.56 |
| Hex | 21 | 2F | FB | 57 | 51 | 0 | 2 | EC | 60 | 38 |
| Octal | 41 | 57 | 373 | 127 | 121 | 0 | 2 | 354 | 140 | 70 |
| Binary | 100001 | 101111 | 11111011 | 1010111 | 1010001 | 0 | 10 | 11101100 | 1100000 | 111000 |
Color Harmonies of #212FFB
Complementary color
Monochromatic Colors of #212FFB
Black with #212FFB
Text Example
Text Example
White with #212FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FFB; }
p { color: rgb(33,47,251); }
H1.HeaderClassName
{
color: #212FFB;
}
.AnyTagClassName
{
color: #212FFB;
}
</style>
background-color css
<style>
a { background-color: #212FFB; }
a { background-color: rgb(33,47,251); }
div.DivClassName
{
background-color: #212FFB;
}
.BgClassName
{
background-color: #212FFB;
}
</style>
border-color css
<style>
span { border-color: #212FFB; }
span { border-color: rgb(33,47,251); }
td.TdClassName
{
border-color: #212FFB;
}
.TagClassName
{
border-color: #212FFB;
}
</style>