Shades of Neon Blue #212FFF
Tints of Neon Blue #212FFF
RGB
CMYK
RGB Variations
Color information
#212FFF (or 0x212FFF) is known color: Neon Blue. HEX triplet: 21, 2F and FF. RGB value is (33,47,255). Sum of RGB (Red+Green+Blue) = 33+47+255=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #212FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212FFF is #DED000. Grayscale: #414141. Windows color (decimal): -14602241 or 16723745. OLE color: 16723745.
HSL color Cylindrical-coordinate representation of color #212FFF: hue angle of 236.22º 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 #212FFF is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 47 | 255 | - |
| CMYK | 0.87 | 0.82 | 0 | 0 |
| HSL | 236.22º | 1% | 0.56% | - |
| HSV(B) | 236.22º | 0.87% | 1% | - |
| XYZ | 19.69 | 9.58 | 95.42 | - |
| YUV | 66.53 | 234.36 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 255 | 0.87 | 0.82 | 0 | 0 | 236.22 | 1 | 0.56 |
| Hex | 21 | 2F | FF | 57 | 52 | 0 | 0 | EC | 64 | 38 |
| Octal | 41 | 57 | 377 | 127 | 122 | 0 | 0 | 354 | 144 | 70 |
| Binary | 100001 | 101111 | 11111111 | 1010111 | 1010010 | 0 | 0 | 11101100 | 1100100 | 111000 |
Color Harmonies of #212FFF
Complementary color
Monochromatic Colors of #212FFF
Black with #212FFF
Text Example
Text Example
White with #212FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FFF; }
p { color: rgb(33,47,255); }
H1.HeaderClassName
{
color: #212FFF;
}
.AnyTagClassName
{
color: #212FFF;
}
</style>
background-color css
<style>
a { background-color: #212FFF; }
a { background-color: rgb(33,47,255); }
div.DivClassName
{
background-color: #212FFF;
}
.BgClassName
{
background-color: #212FFF;
}
</style>
border-color css
<style>
span { border-color: #212FFF; }
span { border-color: rgb(33,47,255); }
td.TdClassName
{
border-color: #212FFF;
}
.TagClassName
{
border-color: #212FFF;
}
</style>