Shades of Neon Blue #4434FA
Tints of Neon Blue #4434FA
RGB
CMYK
RGB Variations
Color information
#4434FA (or 0x4434FA) is known color: Neon Blue. HEX triplet: 44, 34 and FA. RGB value is (68,52,250). Sum of RGB (Red+Green+Blue) = 68+52+250=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #4434FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4434FA is #BBCB05. Grayscale: #4E4E4E. Windows color (decimal): -12307206 or 16397380. OLE color: 16397380.
HSL color Cylindrical-coordinate representation of color #4434FA: hue angle of 244.85º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4434FA is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 52 | 250 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.02 |
| HSL | 244.85º | 0.95% | 0.59% | - |
| HSV(B) | 244.85º | 0.79% | 0.98% | - |
| XYZ | 20.87 | 10.59 | 91.39 | - |
| YUV | 79.36 | 224.3 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 250 | 0.73 | 0.79 | 0 | 0.02 | 244.85 | 0.95 | 0.59 |
| Hex | 44 | 34 | FA | 49 | 4F | 0 | 2 | F5 | 5F | 3B |
| Octal | 104 | 64 | 372 | 111 | 117 | 0 | 2 | 365 | 137 | 73 |
| Binary | 1000100 | 110100 | 11111010 | 1001001 | 1001111 | 0 | 10 | 11110101 | 1011111 | 111011 |
Color Harmonies of #4434FA
Complementary color
Monochromatic Colors of #4434FA
Black with #4434FA
Text Example
Text Example
White with #4434FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4434FA; }
p { color: rgb(68,52,250); }
H1.HeaderClassName
{
color: #4434FA;
}
.AnyTagClassName
{
color: #4434FA;
}
</style>
background-color css
<style>
a { background-color: #4434FA; }
a { background-color: rgb(68,52,250); }
div.DivClassName
{
background-color: #4434FA;
}
.BgClassName
{
background-color: #4434FA;
}
</style>
border-color css
<style>
span { border-color: #4434FA; }
span { border-color: rgb(68,52,250); }
td.TdClassName
{
border-color: #4434FA;
}
.TagClassName
{
border-color: #4434FA;
}
</style>