Shades of Neon Blue #213DF4
Tints of Neon Blue #213DF4
RGB
CMYK
RGB Variations
Color information
#213DF4 (or 0x213DF4) is known color: Neon Blue. HEX triplet: 21, 3D and F4. RGB value is (33,61,244). Sum of RGB (Red+Green+Blue) = 33+61+244=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 244 (95.70% from 255 or 72.19% from 338); Max value from RGB is 244 - color contains mainly: blue. Hex color #213DF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213DF4 is #DEC20B. Grayscale: #484848. Windows color (decimal): -14598668 or 16006433. OLE color: 16006433.
HSL color Cylindrical-coordinate representation of color #213DF4: hue angle of 232.04º 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 #213DF4 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 61 | 244 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.04 |
| HSL | 232.04º | 0.91% | 0.54% | - |
| HSV(B) | 232.04º | 0.86% | 0.96% | - |
| XYZ | 18.63 | 10.19 | 86.57 | - |
| YUV | 73.49 | 224.22 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 244 | 0.86 | 0.75 | 0 | 0.04 | 232.04 | 0.91 | 0.54 |
| Hex | 21 | 3D | F4 | 56 | 4B | 0 | 4 | E8 | 5B | 36 |
| Octal | 41 | 75 | 364 | 126 | 113 | 0 | 4 | 350 | 133 | 66 |
| Binary | 100001 | 111101 | 11110100 | 1010110 | 1001011 | 0 | 100 | 11101000 | 1011011 | 110110 |
Color Harmonies of #213DF4
Complementary color
Monochromatic Colors of #213DF4
Black with #213DF4
Text Example
Text Example
White with #213DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DF4; }
p { color: rgb(33,61,244); }
H1.HeaderClassName
{
color: #213DF4;
}
.AnyTagClassName
{
color: #213DF4;
}
</style>
background-color css
<style>
a { background-color: #213DF4; }
a { background-color: rgb(33,61,244); }
div.DivClassName
{
background-color: #213DF4;
}
.BgClassName
{
background-color: #213DF4;
}
</style>
border-color css
<style>
span { border-color: #213DF4; }
span { border-color: rgb(33,61,244); }
td.TdClassName
{
border-color: #213DF4;
}
.TagClassName
{
border-color: #213DF4;
}
</style>