Shades of Neon Blue #224FFB
Tints of Neon Blue #224FFB
RGB
CMYK
RGB Variations
Color information
#224FFB (or 0x224FFB) is known color: Neon Blue. HEX triplet: 22, 4F and FB. RGB value is (34,79,251). Sum of RGB (Red+Green+Blue) = 34+79+251=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 251 (98.44% from 255 or 68.96% from 364); Max value from RGB is 251 - color contains mainly: blue. Hex color #224FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224FFB is #DDB004. Grayscale: #545454. Windows color (decimal): -14528517 or 16469794. OLE color: 16469794.
HSL color Cylindrical-coordinate representation of color #224FFB: hue angle of 227.56º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #224FFB is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 79 | 251 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.02 |
| HSL | 227.56º | 0.96% | 0.56% | - |
| HSV(B) | 227.56º | 0.86% | 0.98% | - |
| XYZ | 20.87 | 12.9 | 92.66 | - |
| YUV | 85.15 | 221.59 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 251 | 0.86 | 0.69 | 0 | 0.02 | 227.56 | 0.96 | 0.56 |
| Hex | 22 | 4F | FB | 56 | 45 | 0 | 2 | E4 | 60 | 38 |
| Octal | 42 | 117 | 373 | 126 | 105 | 0 | 2 | 344 | 140 | 70 |
| Binary | 100010 | 1001111 | 11111011 | 1010110 | 1000101 | 0 | 10 | 11100100 | 1100000 | 111000 |
Color Harmonies of #224FFB
Complementary color
Monochromatic Colors of #224FFB
Black with #224FFB
Text Example
Text Example
White with #224FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224FFB; }
p { color: rgb(34,79,251); }
H1.HeaderClassName
{
color: #224FFB;
}
.AnyTagClassName
{
color: #224FFB;
}
</style>
background-color css
<style>
a { background-color: #224FFB; }
a { background-color: rgb(34,79,251); }
div.DivClassName
{
background-color: #224FFB;
}
.BgClassName
{
background-color: #224FFB;
}
</style>
border-color css
<style>
span { border-color: #224FFB; }
span { border-color: rgb(34,79,251); }
td.TdClassName
{
border-color: #224FFB;
}
.TagClassName
{
border-color: #224FFB;
}
</style>