Shades of Neon Blue #213CF3
Tints of Neon Blue #213CF3
RGB
CMYK
RGB Variations
Color information
#213CF3 (or 0x213CF3) is known color: Neon Blue. HEX triplet: 21, 3C and F3. RGB value is (33,60,243). Sum of RGB (Red+Green+Blue) = 33+60+243=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 243 (95.31% from 255 or 72.32% from 336); Max value from RGB is 243 - color contains mainly: blue. Hex color #213CF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213CF3 is #DEC30C. Grayscale: #484848. Windows color (decimal): -14598925 or 15940641. OLE color: 15940641.
HSL color Cylindrical-coordinate representation of color #213CF3: hue angle of 232.29º degrees, saturation: 0.9, 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 #213CF3 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 60 | 243 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.05 |
| HSL | 232.29º | 0.9% | 0.54% | - |
| HSV(B) | 232.29º | 0.86% | 0.95% | - |
| XYZ | 18.42 | 10.03 | 85.76 | - |
| YUV | 72.79 | 224.05 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 243 | 0.86 | 0.75 | 0 | 0.05 | 232.29 | 0.9 | 0.54 |
| Hex | 21 | 3C | F3 | 56 | 4B | 0 | 5 | E8 | 5A | 36 |
| Octal | 41 | 74 | 363 | 126 | 113 | 0 | 5 | 350 | 132 | 66 |
| Binary | 100001 | 111100 | 11110011 | 1010110 | 1001011 | 0 | 101 | 11101000 | 1011010 | 110110 |
Color Harmonies of #213CF3
Complementary color
Monochromatic Colors of #213CF3
Black with #213CF3
Text Example
Text Example
White with #213CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CF3; }
p { color: rgb(33,60,243); }
H1.HeaderClassName
{
color: #213CF3;
}
.AnyTagClassName
{
color: #213CF3;
}
</style>
background-color css
<style>
a { background-color: #213CF3; }
a { background-color: rgb(33,60,243); }
div.DivClassName
{
background-color: #213CF3;
}
.BgClassName
{
background-color: #213CF3;
}
</style>
border-color css
<style>
span { border-color: #213CF3; }
span { border-color: rgb(33,60,243); }
td.TdClassName
{
border-color: #213CF3;
}
.TagClassName
{
border-color: #213CF3;
}
</style>