Shades of Neon Blue #212FF8
Tints of Neon Blue #212FF8
RGB
CMYK
RGB Variations
Color information
#212FF8 (or 0x212FF8) is known color: Neon Blue. HEX triplet: 21, 2F and F8. RGB value is (33,47,248). Sum of RGB (Red+Green+Blue) = 33+47+248=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 248 (97.27% from 255 or 75.61% from 328); Max value from RGB is 248 - color contains mainly: blue. Hex color #212FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212FF8 is #DED007. Grayscale: #404040. Windows color (decimal): -14602248 or 16264993. OLE color: 16264993.
HSL color Cylindrical-coordinate representation of color #212FF8: hue angle of 236.09º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #212FF8 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 47 | 248 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.03 |
| HSL | 236.09º | 0.94% | 0.55% | - |
| HSV(B) | 236.09º | 0.87% | 0.97% | - |
| XYZ | 18.59 | 9.13 | 89.59 | - |
| YUV | 65.73 | 230.86 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 248 | 0.87 | 0.81 | 0 | 0.03 | 236.09 | 0.94 | 0.55 |
| Hex | 21 | 2F | F8 | 57 | 51 | 0 | 3 | EC | 5E | 37 |
| Octal | 41 | 57 | 370 | 127 | 121 | 0 | 3 | 354 | 136 | 67 |
| Binary | 100001 | 101111 | 11111000 | 1010111 | 1010001 | 0 | 11 | 11101100 | 1011110 | 110111 |
Color Harmonies of #212FF8
Complementary color
Monochromatic Colors of #212FF8
Black with #212FF8
Text Example
Text Example
White with #212FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FF8; }
p { color: rgb(33,47,248); }
H1.HeaderClassName
{
color: #212FF8;
}
.AnyTagClassName
{
color: #212FF8;
}
</style>
background-color css
<style>
a { background-color: #212FF8; }
a { background-color: rgb(33,47,248); }
div.DivClassName
{
background-color: #212FF8;
}
.BgClassName
{
background-color: #212FF8;
}
</style>
border-color css
<style>
span { border-color: #212FF8; }
span { border-color: rgb(33,47,248); }
td.TdClassName
{
border-color: #212FF8;
}
.TagClassName
{
border-color: #212FF8;
}
</style>