Shades of Neon Blue #212FF1
Tints of Neon Blue #212FF1
RGB
CMYK
RGB Variations
Color information
#212FF1 (or 0x212FF1) is known color: Neon Blue. HEX triplet: 21, 2F and F1. RGB value is (33,47,241). Sum of RGB (Red+Green+Blue) = 33+47+241=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 241 (94.53% from 255 or 75.08% from 321); Max value from RGB is 241 - color contains mainly: blue. Hex color #212FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212FF1 is #DED00E. Grayscale: #404040. Windows color (decimal): -14602255 or 15806241. OLE color: 15806241.
HSL color Cylindrical-coordinate representation of color #212FF1: hue angle of 235.96º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212FF1 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 47 | 241 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.05 |
| HSL | 235.96º | 0.88% | 0.54% | - |
| HSV(B) | 235.96º | 0.86% | 0.95% | - |
| XYZ | 17.52 | 8.71 | 83.98 | - |
| YUV | 64.93 | 227.36 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 241 | 0.86 | 0.80 | 0 | 0.05 | 235.96 | 0.88 | 0.54 |
| Hex | 21 | 2F | F1 | 56 | 50 | 0 | 5 | EC | 58 | 36 |
| Octal | 41 | 57 | 361 | 126 | 120 | 0 | 5 | 354 | 130 | 66 |
| Binary | 100001 | 101111 | 11110001 | 1010110 | 1010000 | 0 | 101 | 11101100 | 1011000 | 110110 |
Color Harmonies of #212FF1
Complementary color
Monochromatic Colors of #212FF1
Black with #212FF1
Text Example
Text Example
White with #212FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FF1; }
p { color: rgb(33,47,241); }
H1.HeaderClassName
{
color: #212FF1;
}
.AnyTagClassName
{
color: #212FF1;
}
</style>
background-color css
<style>
a { background-color: #212FF1; }
a { background-color: rgb(33,47,241); }
div.DivClassName
{
background-color: #212FF1;
}
.BgClassName
{
background-color: #212FF1;
}
</style>
border-color css
<style>
span { border-color: #212FF1; }
span { border-color: rgb(33,47,241); }
td.TdClassName
{
border-color: #212FF1;
}
.TagClassName
{
border-color: #212FF1;
}
</style>