Shades of Neon Blue #224AF4
Tints of Neon Blue #224AF4
RGB
CMYK
RGB Variations
Color information
#224AF4 (or 0x224AF4) is known color: Neon Blue. HEX triplet: 22, 4A and F4. RGB value is (34,74,244). Sum of RGB (Red+Green+Blue) = 34+74+244=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 244 (95.70% from 255 or 69.32% from 352); Max value from RGB is 244 - color contains mainly: blue. Hex color #224AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224AF4 is #DDB50B. Grayscale: #505050. Windows color (decimal): -14529804 or 16009762. OLE color: 16009762.
HSL color Cylindrical-coordinate representation of color #224AF4: hue angle of 228.57º 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 #224AF4 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 74 | 244 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.04 |
| HSL | 228.57º | 0.91% | 0.55% | - |
| HSV(B) | 228.57º | 0.86% | 0.96% | - |
| XYZ | 19.44 | 11.77 | 86.84 | - |
| YUV | 81.42 | 219.75 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 244 | 0.86 | 0.70 | 0 | 0.04 | 228.57 | 0.91 | 0.55 |
| Hex | 22 | 4A | F4 | 56 | 46 | 0 | 4 | E5 | 5B | 37 |
| Octal | 42 | 112 | 364 | 126 | 106 | 0 | 4 | 345 | 133 | 67 |
| Binary | 100010 | 1001010 | 11110100 | 1010110 | 1000110 | 0 | 100 | 11100101 | 1011011 | 110111 |
Color Harmonies of #224AF4
Complementary color
Monochromatic Colors of #224AF4
Black with #224AF4
Text Example
Text Example
White with #224AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224AF4; }
p { color: rgb(34,74,244); }
H1.HeaderClassName
{
color: #224AF4;
}
.AnyTagClassName
{
color: #224AF4;
}
</style>
background-color css
<style>
a { background-color: #224AF4; }
a { background-color: rgb(34,74,244); }
div.DivClassName
{
background-color: #224AF4;
}
.BgClassName
{
background-color: #224AF4;
}
</style>
border-color css
<style>
span { border-color: #224AF4; }
span { border-color: rgb(34,74,244); }
td.TdClassName
{
border-color: #224AF4;
}
.TagClassName
{
border-color: #224AF4;
}
</style>