Shades of Neon Blue #4454EA
Tints of Neon Blue #4454EA
RGB
CMYK
RGB Variations
Color information
#4454EA (or 0x4454EA) is known color: Neon Blue. HEX triplet: 44, 54 and EA. RGB value is (68,84,234). Sum of RGB (Red+Green+Blue) = 68+84+234=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #4454EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4454EA is #BBAB15. Grayscale: #5F5F5F. Windows color (decimal): -12299030 or 15356996. OLE color: 15356996.
HSL color Cylindrical-coordinate representation of color #4454EA: hue angle of 234.22º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4454EA is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 84 | 234 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.08 |
| HSL | 234.22º | 0.8% | 0.59% | - |
| HSV(B) | 234.22º | 0.71% | 0.92% | - |
| XYZ | 20.41 | 13.51 | 79.37 | - |
| YUV | 96.32 | 205.7 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 234 | 0.71 | 0.64 | 0 | 0.08 | 234.22 | 0.8 | 0.59 |
| Hex | 44 | 54 | EA | 47 | 40 | 0 | 8 | EA | 50 | 3B |
| Octal | 104 | 124 | 352 | 107 | 100 | 0 | 10 | 352 | 120 | 73 |
| Binary | 1000100 | 1010100 | 11101010 | 1000111 | 1000000 | 0 | 1000 | 11101010 | 1010000 | 111011 |
Color Harmonies of #4454EA
Complementary color
Monochromatic Colors of #4454EA
Black with #4454EA
Text Example
Text Example
White with #4454EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4454EA; }
p { color: rgb(68,84,234); }
H1.HeaderClassName
{
color: #4454EA;
}
.AnyTagClassName
{
color: #4454EA;
}
</style>
background-color css
<style>
a { background-color: #4454EA; }
a { background-color: rgb(68,84,234); }
div.DivClassName
{
background-color: #4454EA;
}
.BgClassName
{
background-color: #4454EA;
}
</style>
border-color css
<style>
span { border-color: #4454EA; }
span { border-color: rgb(68,84,234); }
td.TdClassName
{
border-color: #4454EA;
}
.TagClassName
{
border-color: #4454EA;
}
</style>