Shades of Neon Blue #224FFE
Tints of Neon Blue #224FFE
RGB
CMYK
RGB Variations
Color information
#224FFE (or 0x224FFE) is known color: Neon Blue. HEX triplet: 22, 4F and FE. RGB value is (34,79,254). Sum of RGB (Red+Green+Blue) = 34+79+254=367 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.26% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #224FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224FFE is #DDB001. Grayscale: #545454. Windows color (decimal): -14528514 or 16666402. OLE color: 16666402.
HSL color Cylindrical-coordinate representation of color #224FFE: hue angle of 227.73º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #224FFE is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 79 | 254 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.00 |
| HSL | 227.73º | 0.99% | 0.56% | - |
| HSV(B) | 227.73º | 0.87% | 1% | - |
| XYZ | 21.35 | 13.09 | 95.17 | - |
| YUV | 85.5 | 223.09 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 254 | 0.87 | 0.69 | 0 | 0.00 | 227.73 | 0.99 | 0.56 |
| Hex | 22 | 4F | FE | 57 | 45 | 0 | 0 | E4 | 63 | 38 |
| Octal | 42 | 117 | 376 | 127 | 105 | 0 | 0 | 344 | 143 | 70 |
| Binary | 100010 | 1001111 | 11111110 | 1010111 | 1000101 | 0 | 0 | 11100100 | 1100011 | 111000 |
Color Harmonies of #224FFE
Complementary color
Monochromatic Colors of #224FFE
Black with #224FFE
Text Example
Text Example
White with #224FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224FFE; }
p { color: rgb(34,79,254); }
H1.HeaderClassName
{
color: #224FFE;
}
.AnyTagClassName
{
color: #224FFE;
}
</style>
background-color css
<style>
a { background-color: #224FFE; }
a { background-color: rgb(34,79,254); }
div.DivClassName
{
background-color: #224FFE;
}
.BgClassName
{
background-color: #224FFE;
}
</style>
border-color css
<style>
span { border-color: #224FFE; }
span { border-color: rgb(34,79,254); }
td.TdClassName
{
border-color: #224FFE;
}
.TagClassName
{
border-color: #224FFE;
}
</style>