Shades of Neon Blue #222CF6
Tints of Neon Blue #222CF6
RGB
CMYK
RGB Variations
Color information
#222CF6 (or 0x222CF6) is known color: Neon Blue. HEX triplet: 22, 2C and F6. RGB value is (34,44,246). Sum of RGB (Red+Green+Blue) = 34+44+246=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 246 (96.48% from 255 or 75.93% from 324); Max value from RGB is 246 - color contains mainly: blue. Hex color #222CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222CF6 is #DDD309. Grayscale: #3F3F3F. Windows color (decimal): -14537482 or 16133154. OLE color: 16133154.
HSL color Cylindrical-coordinate representation of color #222CF6: hue angle of 237.17º degrees, saturation: 0.92, 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 #222CF6 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 44 | 246 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.04 |
| HSL | 237.17º | 0.92% | 0.55% | - |
| HSV(B) | 237.17º | 0.86% | 0.96% | - |
| XYZ | 18.19 | 8.8 | 87.93 | - |
| YUV | 64.04 | 230.69 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 246 | 0.86 | 0.82 | 0 | 0.04 | 237.17 | 0.92 | 0.55 |
| Hex | 22 | 2C | F6 | 56 | 52 | 0 | 4 | ED | 5C | 37 |
| Octal | 42 | 54 | 366 | 126 | 122 | 0 | 4 | 355 | 134 | 67 |
| Binary | 100010 | 101100 | 11110110 | 1010110 | 1010010 | 0 | 100 | 11101101 | 1011100 | 110111 |
Color Harmonies of #222CF6
Complementary color
Monochromatic Colors of #222CF6
Black with #222CF6
Text Example
Text Example
White with #222CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222CF6; }
p { color: rgb(34,44,246); }
H1.HeaderClassName
{
color: #222CF6;
}
.AnyTagClassName
{
color: #222CF6;
}
</style>
background-color css
<style>
a { background-color: #222CF6; }
a { background-color: rgb(34,44,246); }
div.DivClassName
{
background-color: #222CF6;
}
.BgClassName
{
background-color: #222CF6;
}
</style>
border-color css
<style>
span { border-color: #222CF6; }
span { border-color: rgb(34,44,246); }
td.TdClassName
{
border-color: #222CF6;
}
.TagClassName
{
border-color: #222CF6;
}
</style>