Shades of Neon Blue #224AFF
Tints of Neon Blue #224AFF
RGB
CMYK
RGB Variations
Color information
#224AFF (or 0x224AFF) is known color: Neon Blue. HEX triplet: 22, 4A and FF. RGB value is (34,74,255). Sum of RGB (Red+Green+Blue) = 34+74+255=363 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.37% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #224AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224AFF is #DDB500. Grayscale: #515151. Windows color (decimal): -14529793 or 16730658. OLE color: 16730658.
HSL color Cylindrical-coordinate representation of color #224AFF: hue angle of 229.14º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #224AFF is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 74 | 255 | - |
| CMYK | 0.87 | 0.71 | 0 | 0 |
| HSL | 229.14º | 1% | 0.57% | - |
| HSV(B) | 229.14º | 0.87% | 1% | - |
| XYZ | 21.16 | 12.46 | 95.9 | - |
| YUV | 82.67 | 225.25 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 255 | 0.87 | 0.71 | 0 | 0 | 229.14 | 1 | 0.57 |
| Hex | 22 | 4A | FF | 57 | 47 | 0 | 0 | E5 | 64 | 39 |
| Octal | 42 | 112 | 377 | 127 | 107 | 0 | 0 | 345 | 144 | 71 |
| Binary | 100010 | 1001010 | 11111111 | 1010111 | 1000111 | 0 | 0 | 11100101 | 1100100 | 111001 |
Color Harmonies of #224AFF
Complementary color
Monochromatic Colors of #224AFF
Black with #224AFF
Text Example
Text Example
White with #224AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224AFF; }
p { color: rgb(34,74,255); }
H1.HeaderClassName
{
color: #224AFF;
}
.AnyTagClassName
{
color: #224AFF;
}
</style>
background-color css
<style>
a { background-color: #224AFF; }
a { background-color: rgb(34,74,255); }
div.DivClassName
{
background-color: #224AFF;
}
.BgClassName
{
background-color: #224AFF;
}
</style>
border-color css
<style>
span { border-color: #224AFF; }
span { border-color: rgb(34,74,255); }
td.TdClassName
{
border-color: #224AFF;
}
.TagClassName
{
border-color: #224AFF;
}
</style>