Shades of Neon Blue #222FF5
Tints of Neon Blue #222FF5
RGB
CMYK
RGB Variations
Color information
#222FF5 (or 0x222FF5) is known color: Neon Blue. HEX triplet: 22, 2F and F5. RGB value is (34,47,245). Sum of RGB (Red+Green+Blue) = 34+47+245=326 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.43% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 245 (96.09% from 255 or 75.15% from 326); Max value from RGB is 245 - color contains mainly: blue. Hex color #222FF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222FF5 is #DDD00A. Grayscale: #404040. Windows color (decimal): -14536715 or 16068386. OLE color: 16068386.
HSL color Cylindrical-coordinate representation of color #222FF5: hue angle of 236.3º 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 #222FF5 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 47 | 245 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.04 |
| HSL | 236.3º | 0.91% | 0.55% | - |
| HSV(B) | 236.3º | 0.86% | 0.96% | - |
| XYZ | 18.16 | 8.97 | 87.16 | - |
| YUV | 65.69 | 229.19 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 245 | 0.86 | 0.81 | 0 | 0.04 | 236.3 | 0.91 | 0.55 |
| Hex | 22 | 2F | F5 | 56 | 51 | 0 | 4 | EC | 5B | 37 |
| Octal | 42 | 57 | 365 | 126 | 121 | 0 | 4 | 354 | 133 | 67 |
| Binary | 100010 | 101111 | 11110101 | 1010110 | 1010001 | 0 | 100 | 11101100 | 1011011 | 110111 |
Color Harmonies of #222FF5
Complementary color
Monochromatic Colors of #222FF5
Black with #222FF5
Text Example
Text Example
White with #222FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222FF5; }
p { color: rgb(34,47,245); }
H1.HeaderClassName
{
color: #222FF5;
}
.AnyTagClassName
{
color: #222FF5;
}
</style>
background-color css
<style>
a { background-color: #222FF5; }
a { background-color: rgb(34,47,245); }
div.DivClassName
{
background-color: #222FF5;
}
.BgClassName
{
background-color: #222FF5;
}
</style>
border-color css
<style>
span { border-color: #222FF5; }
span { border-color: rgb(34,47,245); }
td.TdClassName
{
border-color: #222FF5;
}
.TagClassName
{
border-color: #222FF5;
}
</style>