Shades of Neon Blue #5450EC
Tints of Neon Blue #5450EC
RGB
CMYK
RGB Variations
Color information
#5450EC (or 0x5450EC) is known color: Neon Blue. HEX triplet: 54, 50 and EC. RGB value is (84,80,236). Sum of RGB (Red+Green+Blue) = 84+80+236=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #5450EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5450EC is #ABAF13. Grayscale: #626262. Windows color (decimal): -11251476 or 15487060. OLE color: 15487060.
HSL color Cylindrical-coordinate representation of color #5450EC: hue angle of 241.54º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5450EC is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 80 | 236 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.07 |
| HSL | 241.54º | 0.8% | 0.62% | - |
| HSV(B) | 241.54º | 0.66% | 0.93% | - |
| XYZ | 21.67 | 13.68 | 80.86 | - |
| YUV | 98.98 | 205.33 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 236 | 0.64 | 0.66 | 0 | 0.07 | 241.54 | 0.8 | 0.62 |
| Hex | 54 | 50 | EC | 40 | 42 | 0 | 7 | F2 | 50 | 3E |
| Octal | 124 | 120 | 354 | 100 | 102 | 0 | 7 | 362 | 120 | 76 |
| Binary | 1010100 | 1010000 | 11101100 | 1000000 | 1000010 | 0 | 111 | 11110010 | 1010000 | 111110 |
Color Harmonies of #5450EC
Complementary color
Monochromatic Colors of #5450EC
Black with #5450EC
Text Example
Text Example
White with #5450EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5450EC; }
p { color: rgb(84,80,236); }
H1.HeaderClassName
{
color: #5450EC;
}
.AnyTagClassName
{
color: #5450EC;
}
</style>
background-color css
<style>
a { background-color: #5450EC; }
a { background-color: rgb(84,80,236); }
div.DivClassName
{
background-color: #5450EC;
}
.BgClassName
{
background-color: #5450EC;
}
</style>
border-color css
<style>
span { border-color: #5450EC; }
span { border-color: rgb(84,80,236); }
td.TdClassName
{
border-color: #5450EC;
}
.TagClassName
{
border-color: #5450EC;
}
</style>