Shades of Neon Blue #212FFC
Tints of Neon Blue #212FFC
RGB
CMYK
RGB Variations
Color information
#212FFC (or 0x212FFC) is known color: Neon Blue. HEX triplet: 21, 2F and FC. RGB value is (33,47,252). Sum of RGB (Red+Green+Blue) = 33+47+252=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #212FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212FFC is #DED003. Grayscale: #414141. Windows color (decimal): -14602244 or 16527137. OLE color: 16527137.
HSL color Cylindrical-coordinate representation of color #212FFC: hue angle of 236.16º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #212FFC is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 47 | 252 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.01 |
| HSL | 236.16º | 0.97% | 0.56% | - |
| HSV(B) | 236.16º | 0.87% | 0.99% | - |
| XYZ | 19.21 | 9.38 | 92.89 | - |
| YUV | 66.18 | 232.86 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 252 | 0.87 | 0.81 | 0 | 0.01 | 236.16 | 0.97 | 0.56 |
| Hex | 21 | 2F | FC | 57 | 51 | 0 | 1 | EC | 61 | 38 |
| Octal | 41 | 57 | 374 | 127 | 121 | 0 | 1 | 354 | 141 | 70 |
| Binary | 100001 | 101111 | 11111100 | 1010111 | 1010001 | 0 | 1 | 11101100 | 1100001 | 111000 |
Color Harmonies of #212FFC
Complementary color
Monochromatic Colors of #212FFC
Black with #212FFC
Text Example
Text Example
White with #212FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FFC; }
p { color: rgb(33,47,252); }
H1.HeaderClassName
{
color: #212FFC;
}
.AnyTagClassName
{
color: #212FFC;
}
</style>
background-color css
<style>
a { background-color: #212FFC; }
a { background-color: rgb(33,47,252); }
div.DivClassName
{
background-color: #212FFC;
}
.BgClassName
{
background-color: #212FFC;
}
</style>
border-color css
<style>
span { border-color: #212FFC; }
span { border-color: rgb(33,47,252); }
td.TdClassName
{
border-color: #212FFC;
}
.TagClassName
{
border-color: #212FFC;
}
</style>