Shades of Neon Blue #213DF8
Tints of Neon Blue #213DF8
RGB
CMYK
RGB Variations
Color information
#213DF8 (or 0x213DF8) is known color: Neon Blue. HEX triplet: 21, 3D and F8. RGB value is (33,61,248). Sum of RGB (Red+Green+Blue) = 33+61+248=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 248 (97.27% from 255 or 72.51% from 342); Max value from RGB is 248 - color contains mainly: blue. Hex color #213DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213DF8 is #DEC207. Grayscale: #494949. Windows color (decimal): -14598664 or 16268577. OLE color: 16268577.
HSL color Cylindrical-coordinate representation of color #213DF8: hue angle of 232.19º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #213DF8 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 61 | 248 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.03 |
| HSL | 232.19º | 0.94% | 0.55% | - |
| HSV(B) | 232.19º | 0.87% | 0.97% | - |
| XYZ | 19.24 | 10.44 | 89.81 | - |
| YUV | 73.95 | 226.22 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 248 | 0.87 | 0.75 | 0 | 0.03 | 232.19 | 0.94 | 0.55 |
| Hex | 21 | 3D | F8 | 57 | 4B | 0 | 3 | E8 | 5E | 37 |
| Octal | 41 | 75 | 370 | 127 | 113 | 0 | 3 | 350 | 136 | 67 |
| Binary | 100001 | 111101 | 11111000 | 1010111 | 1001011 | 0 | 11 | 11101000 | 1011110 | 110111 |
Color Harmonies of #213DF8
Complementary color
Monochromatic Colors of #213DF8
Black with #213DF8
Text Example
Text Example
White with #213DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DF8; }
p { color: rgb(33,61,248); }
H1.HeaderClassName
{
color: #213DF8;
}
.AnyTagClassName
{
color: #213DF8;
}
</style>
background-color css
<style>
a { background-color: #213DF8; }
a { background-color: rgb(33,61,248); }
div.DivClassName
{
background-color: #213DF8;
}
.BgClassName
{
background-color: #213DF8;
}
</style>
border-color css
<style>
span { border-color: #213DF8; }
span { border-color: rgb(33,61,248); }
td.TdClassName
{
border-color: #213DF8;
}
.TagClassName
{
border-color: #213DF8;
}
</style>