Shades of Neon Blue #222DF9
Tints of Neon Blue #222DF9
RGB
CMYK
RGB Variations
Color information
#222DF9 (or 0x222DF9) is known color: Neon Blue. HEX triplet: 22, 2D and F9. RGB value is (34,45,249). Sum of RGB (Red+Green+Blue) = 34+45+249=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 249 (97.66% from 255 or 75.91% from 328); Max value from RGB is 249 - color contains mainly: blue. Hex color #222DF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222DF9 is #DDD206. Grayscale: #404040. Windows color (decimal): -14537223 or 16330018. OLE color: 16330018.
HSL color Cylindrical-coordinate representation of color #222DF9: hue angle of 236.93º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #222DF9 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 45 | 249 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.02 |
| HSL | 236.93º | 0.95% | 0.55% | - |
| HSV(B) | 236.93º | 0.86% | 0.98% | - |
| XYZ | 18.7 | 9.06 | 90.39 | - |
| YUV | 64.97 | 231.86 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 249 | 0.86 | 0.82 | 0 | 0.02 | 236.93 | 0.95 | 0.55 |
| Hex | 22 | 2D | F9 | 56 | 52 | 0 | 2 | ED | 5F | 37 |
| Octal | 42 | 55 | 371 | 126 | 122 | 0 | 2 | 355 | 137 | 67 |
| Binary | 100010 | 101101 | 11111001 | 1010110 | 1010010 | 0 | 10 | 11101101 | 1011111 | 110111 |
Color Harmonies of #222DF9
Complementary color
Monochromatic Colors of #222DF9
Black with #222DF9
Text Example
Text Example
White with #222DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222DF9; }
p { color: rgb(34,45,249); }
H1.HeaderClassName
{
color: #222DF9;
}
.AnyTagClassName
{
color: #222DF9;
}
</style>
background-color css
<style>
a { background-color: #222DF9; }
a { background-color: rgb(34,45,249); }
div.DivClassName
{
background-color: #222DF9;
}
.BgClassName
{
background-color: #222DF9;
}
</style>
border-color css
<style>
span { border-color: #222DF9; }
span { border-color: rgb(34,45,249); }
td.TdClassName
{
border-color: #222DF9;
}
.TagClassName
{
border-color: #222DF9;
}
</style>