Shades of Neon Blue #224DFE
Tints of Neon Blue #224DFE
RGB
CMYK
RGB Variations
Color information
#224DFE (or 0x224DFE) is known color: Neon Blue. HEX triplet: 22, 4D and FE. RGB value is (34,77,254). Sum of RGB (Red+Green+Blue) = 34+77+254=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #224DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224DFE is #DDB201. Grayscale: #535353. Windows color (decimal): -14529026 or 16665890. OLE color: 16665890.
HSL color Cylindrical-coordinate representation of color #224DFE: hue angle of 228.27º 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 #224DFE is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 77 | 254 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.00 |
| HSL | 228.27º | 0.99% | 0.56% | - |
| HSV(B) | 228.27º | 0.87% | 1% | - |
| XYZ | 21.2 | 12.8 | 95.12 | - |
| YUV | 84.32 | 223.75 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 254 | 0.87 | 0.70 | 0 | 0.00 | 228.27 | 0.99 | 0.56 |
| Hex | 22 | 4D | FE | 57 | 46 | 0 | 0 | E4 | 63 | 38 |
| Octal | 42 | 115 | 376 | 127 | 106 | 0 | 0 | 344 | 143 | 70 |
| Binary | 100010 | 1001101 | 11111110 | 1010111 | 1000110 | 0 | 0 | 11100100 | 1100011 | 111000 |
Color Harmonies of #224DFE
Complementary color
Monochromatic Colors of #224DFE
Black with #224DFE
Text Example
Text Example
White with #224DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224DFE; }
p { color: rgb(34,77,254); }
H1.HeaderClassName
{
color: #224DFE;
}
.AnyTagClassName
{
color: #224DFE;
}
</style>
background-color css
<style>
a { background-color: #224DFE; }
a { background-color: rgb(34,77,254); }
div.DivClassName
{
background-color: #224DFE;
}
.BgClassName
{
background-color: #224DFE;
}
</style>
border-color css
<style>
span { border-color: #224DFE; }
span { border-color: rgb(34,77,254); }
td.TdClassName
{
border-color: #224DFE;
}
.TagClassName
{
border-color: #224DFE;
}
</style>