Shades of Neon Blue #222DF5
Tints of Neon Blue #222DF5
RGB
CMYK
RGB Variations
Color information
#222DF5 (or 0x222DF5) is known color: Neon Blue. HEX triplet: 22, 2D and F5. RGB value is (34,45,245). Sum of RGB (Red+Green+Blue) = 34+45+245=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 245 (96.09% from 255 or 75.62% from 324); Max value from RGB is 245 - color contains mainly: blue. Hex color #222DF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222DF5 is #DDD20A. Grayscale: #3F3F3F. Windows color (decimal): -14537227 or 16067874. OLE color: 16067874.
HSL color Cylindrical-coordinate representation of color #222DF5: hue angle of 236.87º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #222DF5 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 45 | 245 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.04 |
| HSL | 236.87º | 0.91% | 0.55% | - |
| HSV(B) | 236.87º | 0.86% | 0.96% | - |
| XYZ | 18.08 | 8.81 | 87.13 | - |
| YUV | 64.51 | 229.86 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 245 | 0.86 | 0.82 | 0 | 0.04 | 236.87 | 0.91 | 0.55 |
| Hex | 22 | 2D | F5 | 56 | 52 | 0 | 4 | ED | 5B | 37 |
| Octal | 42 | 55 | 365 | 126 | 122 | 0 | 4 | 355 | 133 | 67 |
| Binary | 100010 | 101101 | 11110101 | 1010110 | 1010010 | 0 | 100 | 11101101 | 1011011 | 110111 |
Color Harmonies of #222DF5
Complementary color
Monochromatic Colors of #222DF5
Black with #222DF5
Text Example
Text Example
White with #222DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222DF5; }
p { color: rgb(34,45,245); }
H1.HeaderClassName
{
color: #222DF5;
}
.AnyTagClassName
{
color: #222DF5;
}
</style>
background-color css
<style>
a { background-color: #222DF5; }
a { background-color: rgb(34,45,245); }
div.DivClassName
{
background-color: #222DF5;
}
.BgClassName
{
background-color: #222DF5;
}
</style>
border-color css
<style>
span { border-color: #222DF5; }
span { border-color: rgb(34,45,245); }
td.TdClassName
{
border-color: #222DF5;
}
.TagClassName
{
border-color: #222DF5;
}
</style>