Shades of Neon Blue #224DFA
Tints of Neon Blue #224DFA
RGB
CMYK
RGB Variations
Color information
#224DFA (or 0x224DFA) is known color: Neon Blue. HEX triplet: 22, 4D and FA. RGB value is (34,77,250). Sum of RGB (Red+Green+Blue) = 34+77+250=361 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.42% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #224DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224DFA is #DDB205. Grayscale: #535353. Windows color (decimal): -14529030 or 16403746. OLE color: 16403746.
HSL color Cylindrical-coordinate representation of color #224DFA: hue angle of 228.06º 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 #224DFA is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 77 | 250 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.02 |
| HSL | 228.06º | 0.96% | 0.56% | - |
| HSV(B) | 228.06º | 0.86% | 0.98% | - |
| XYZ | 20.57 | 12.55 | 91.78 | - |
| YUV | 83.87 | 221.75 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 250 | 0.86 | 0.69 | 0 | 0.02 | 228.06 | 0.96 | 0.56 |
| Hex | 22 | 4D | FA | 56 | 45 | 0 | 2 | E4 | 60 | 38 |
| Octal | 42 | 115 | 372 | 126 | 105 | 0 | 2 | 344 | 140 | 70 |
| Binary | 100010 | 1001101 | 11111010 | 1010110 | 1000101 | 0 | 10 | 11100100 | 1100000 | 111000 |
Color Harmonies of #224DFA
Complementary color
Monochromatic Colors of #224DFA
Black with #224DFA
Text Example
Text Example
White with #224DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224DFA; }
p { color: rgb(34,77,250); }
H1.HeaderClassName
{
color: #224DFA;
}
.AnyTagClassName
{
color: #224DFA;
}
</style>
background-color css
<style>
a { background-color: #224DFA; }
a { background-color: rgb(34,77,250); }
div.DivClassName
{
background-color: #224DFA;
}
.BgClassName
{
background-color: #224DFA;
}
</style>
border-color css
<style>
span { border-color: #224DFA; }
span { border-color: rgb(34,77,250); }
td.TdClassName
{
border-color: #224DFA;
}
.TagClassName
{
border-color: #224DFA;
}
</style>