Shades of Neon Blue #5450EA
Tints of Neon Blue #5450EA
RGB
CMYK
RGB Variations
Color information
#5450EA (or 0x5450EA) is known color: Neon Blue. HEX triplet: 54, 50 and EA. RGB value is (84,80,234). Sum of RGB (Red+Green+Blue) = 84+80+234=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #5450EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5450EA is #ABAF15. Grayscale: #626262. Windows color (decimal): -11251478 or 15355988. OLE color: 15355988.
HSL color Cylindrical-coordinate representation of color #5450EA: hue angle of 241.56º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5450EA is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 80 | 234 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.08 |
| HSL | 241.56º | 0.79% | 0.62% | - |
| HSV(B) | 241.56º | 0.66% | 0.92% | - |
| XYZ | 21.38 | 13.56 | 79.33 | - |
| YUV | 98.75 | 204.33 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 234 | 0.64 | 0.66 | 0 | 0.08 | 241.56 | 0.79 | 0.62 |
| Hex | 54 | 50 | EA | 40 | 42 | 0 | 8 | F2 | 4F | 3E |
| Octal | 124 | 120 | 352 | 100 | 102 | 0 | 10 | 362 | 117 | 76 |
| Binary | 1010100 | 1010000 | 11101010 | 1000000 | 1000010 | 0 | 1000 | 11110010 | 1001111 | 111110 |
Color Harmonies of #5450EA
Complementary color
Monochromatic Colors of #5450EA
Black with #5450EA
Text Example
Text Example
White with #5450EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5450EA; }
p { color: rgb(84,80,234); }
H1.HeaderClassName
{
color: #5450EA;
}
.AnyTagClassName
{
color: #5450EA;
}
</style>
background-color css
<style>
a { background-color: #5450EA; }
a { background-color: rgb(84,80,234); }
div.DivClassName
{
background-color: #5450EA;
}
.BgClassName
{
background-color: #5450EA;
}
</style>
border-color css
<style>
span { border-color: #5450EA; }
span { border-color: rgb(84,80,234); }
td.TdClassName
{
border-color: #5450EA;
}
.TagClassName
{
border-color: #5450EA;
}
</style>