Shades of Neon Blue #213CF4
Tints of Neon Blue #213CF4
RGB
CMYK
RGB Variations
Color information
#213CF4 (or 0x213CF4) is known color: Neon Blue. HEX triplet: 21, 3C and F4. RGB value is (33,60,244). Sum of RGB (Red+Green+Blue) = 33+60+244=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 244 (95.70% from 255 or 72.40% from 337); Max value from RGB is 244 - color contains mainly: blue. Hex color #213CF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213CF4 is #DEC30B. Grayscale: #484848. Windows color (decimal): -14598924 or 16006177. OLE color: 16006177.
HSL color Cylindrical-coordinate representation of color #213CF4: hue angle of 232.32º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213CF4 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 60 | 244 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.04 |
| HSL | 232.32º | 0.91% | 0.54% | - |
| HSV(B) | 232.32º | 0.86% | 0.96% | - |
| XYZ | 18.57 | 10.09 | 86.56 | - |
| YUV | 72.9 | 224.55 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 244 | 0.86 | 0.75 | 0 | 0.04 | 232.32 | 0.91 | 0.54 |
| Hex | 21 | 3C | F4 | 56 | 4B | 0 | 4 | E8 | 5B | 36 |
| Octal | 41 | 74 | 364 | 126 | 113 | 0 | 4 | 350 | 133 | 66 |
| Binary | 100001 | 111100 | 11110100 | 1010110 | 1001011 | 0 | 100 | 11101000 | 1011011 | 110110 |
Color Harmonies of #213CF4
Complementary color
Monochromatic Colors of #213CF4
Black with #213CF4
Text Example
Text Example
White with #213CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CF4; }
p { color: rgb(33,60,244); }
H1.HeaderClassName
{
color: #213CF4;
}
.AnyTagClassName
{
color: #213CF4;
}
</style>
background-color css
<style>
a { background-color: #213CF4; }
a { background-color: rgb(33,60,244); }
div.DivClassName
{
background-color: #213CF4;
}
.BgClassName
{
background-color: #213CF4;
}
</style>
border-color css
<style>
span { border-color: #213CF4; }
span { border-color: rgb(33,60,244); }
td.TdClassName
{
border-color: #213CF4;
}
.TagClassName
{
border-color: #213CF4;
}
</style>