Shades of Neon Blue #213DFA
Tints of Neon Blue #213DFA
RGB
CMYK
RGB Variations
Color information
#213DFA (or 0x213DFA) is known color: Neon Blue. HEX triplet: 21, 3D and FA. RGB value is (33,61,250). Sum of RGB (Red+Green+Blue) = 33+61+250=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #213DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213DFA is #DEC205. Grayscale: #494949. Windows color (decimal): -14598662 or 16399649. OLE color: 16399649.
HSL color Cylindrical-coordinate representation of color #213DFA: hue angle of 232.26º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #213DFA is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 61 | 250 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.02 |
| HSL | 232.26º | 0.96% | 0.55% | - |
| HSV(B) | 232.26º | 0.87% | 0.98% | - |
| XYZ | 19.55 | 10.56 | 91.45 | - |
| YUV | 74.17 | 227.22 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 250 | 0.87 | 0.76 | 0 | 0.02 | 232.26 | 0.96 | 0.55 |
| Hex | 21 | 3D | FA | 57 | 4C | 0 | 2 | E8 | 60 | 37 |
| Octal | 41 | 75 | 372 | 127 | 114 | 0 | 2 | 350 | 140 | 67 |
| Binary | 100001 | 111101 | 11111010 | 1010111 | 1001100 | 0 | 10 | 11101000 | 1100000 | 110111 |
Color Harmonies of #213DFA
Complementary color
Monochromatic Colors of #213DFA
Black with #213DFA
Text Example
Text Example
White with #213DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DFA; }
p { color: rgb(33,61,250); }
H1.HeaderClassName
{
color: #213DFA;
}
.AnyTagClassName
{
color: #213DFA;
}
</style>
background-color css
<style>
a { background-color: #213DFA; }
a { background-color: rgb(33,61,250); }
div.DivClassName
{
background-color: #213DFA;
}
.BgClassName
{
background-color: #213DFA;
}
</style>
border-color css
<style>
span { border-color: #213DFA; }
span { border-color: rgb(33,61,250); }
td.TdClassName
{
border-color: #213DFA;
}
.TagClassName
{
border-color: #213DFA;
}
</style>