Shades of Neon Blue #224DF7
Tints of Neon Blue #224DF7
RGB
CMYK
RGB Variations
Color information
#224DF7 (or 0x224DF7) is known color: Neon Blue. HEX triplet: 22, 4D and F7. RGB value is (34,77,247). Sum of RGB (Red+Green+Blue) = 34+77+247=358 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.50% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 247 (96.88% from 255 or 68.99% from 358); Max value from RGB is 247 - color contains mainly: blue. Hex color #224DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224DF7 is #DDB208. Grayscale: #525252. Windows color (decimal): -14529033 or 16207138. OLE color: 16207138.
HSL color Cylindrical-coordinate representation of color #224DF7: hue angle of 227.89º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #224DF7 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 34 | 77 | 247 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.03 |
| HSL | 227.89º | 0.93% | 0.55% | - |
| HSV(B) | 227.89º | 0.86% | 0.97% | - |
| XYZ | 20.1 | 12.36 | 89.32 | - |
| YUV | 83.52 | 220.25 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 247 | 0.86 | 0.69 | 0 | 0.03 | 227.89 | 0.93 | 0.55 |
| Hex | 22 | 4D | F7 | 56 | 45 | 0 | 3 | E4 | 5D | 37 |
| Octal | 42 | 115 | 367 | 126 | 105 | 0 | 3 | 344 | 135 | 67 |
| Binary | 100010 | 1001101 | 11110111 | 1010110 | 1000101 | 0 | 11 | 11100100 | 1011101 | 110111 |
Color Harmonies of #224DF7
Complementary color
Monochromatic Colors of #224DF7
Black with #224DF7
Text Example
Text Example
White with #224DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224DF7; }
p { color: rgb(34,77,247); }
H1.HeaderClassName
{
color: #224DF7;
}
.AnyTagClassName
{
color: #224DF7;
}
</style>
background-color css
<style>
a { background-color: #224DF7; }
a { background-color: rgb(34,77,247); }
div.DivClassName
{
background-color: #224DF7;
}
.BgClassName
{
background-color: #224DF7;
}
</style>
border-color css
<style>
span { border-color: #224DF7; }
span { border-color: rgb(34,77,247); }
td.TdClassName
{
border-color: #224DF7;
}
.TagClassName
{
border-color: #224DF7;
}
</style>