Shades of Neon Blue #505AED
Tints of Neon Blue #505AED
RGB
CMYK
RGB Variations
Color information
#505AED (or 0x505AED) is known color: Neon Blue. HEX triplet: 50, 5A and ED. RGB value is (80,90,237). Sum of RGB (Red+Green+Blue) = 80+90+237=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #505AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505AED is #AFA512. Grayscale: #676767. Windows color (decimal): -11511059 or 15555152. OLE color: 15555152.
HSL color Cylindrical-coordinate representation of color #505AED: hue angle of 236.18º degrees, saturation: 0.81, 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 #505AED is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 90 | 237 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.07 |
| HSL | 236.18º | 0.81% | 0.62% | - |
| HSV(B) | 236.18º | 0.66% | 0.93% | - |
| XYZ | 22.25 | 15.13 | 81.87 | - |
| YUV | 103.77 | 203.19 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 237 | 0.66 | 0.62 | 0 | 0.07 | 236.18 | 0.81 | 0.62 |
| Hex | 50 | 5A | ED | 42 | 3E | 0 | 7 | EC | 51 | 3E |
| Octal | 120 | 132 | 355 | 102 | 76 | 0 | 7 | 354 | 121 | 76 |
| Binary | 1010000 | 1011010 | 11101101 | 1000010 | 111110 | 0 | 111 | 11101100 | 1010001 | 111110 |
Color Harmonies of #505AED
Complementary color
Monochromatic Colors of #505AED
Black with #505AED
Text Example
Text Example
White with #505AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505AED; }
p { color: rgb(80,90,237); }
H1.HeaderClassName
{
color: #505AED;
}
.AnyTagClassName
{
color: #505AED;
}
</style>
background-color css
<style>
a { background-color: #505AED; }
a { background-color: rgb(80,90,237); }
div.DivClassName
{
background-color: #505AED;
}
.BgClassName
{
background-color: #505AED;
}
</style>
border-color css
<style>
span { border-color: #505AED; }
span { border-color: rgb(80,90,237); }
td.TdClassName
{
border-color: #505AED;
}
.TagClassName
{
border-color: #505AED;
}
</style>