Shades of Neon Blue #505EFF
Tints of Neon Blue #505EFF
RGB
CMYK
RGB Variations
Color information
#505EFF (or 0x505EFF) is known color: Neon Blue. HEX triplet: 50, 5E and FF. RGB value is (80,94,255). Sum of RGB (Red+Green+Blue) = 80+94+255=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #505EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505EFF is #AFA100. Grayscale: #6B6B6B. Windows color (decimal): -11510017 or 16735824. OLE color: 16735824.
HSL color Cylindrical-coordinate representation of color #505EFF: hue angle of 235.2º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #505EFF is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 94 | 255 | - |
| CMYK | 0.69 | 0.63 | 0 | 0 |
| HSL | 235.2º | 1% | 0.66% | - |
| HSV(B) | 235.2º | 0.69% | 1% | - |
| XYZ | 25.36 | 16.93 | 96.54 | - |
| YUV | 108.17 | 210.86 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 255 | 0.69 | 0.63 | 0 | 0 | 235.2 | 1 | 0.66 |
| Hex | 50 | 5E | FF | 45 | 3F | 0 | 0 | EB | 64 | 42 |
| Octal | 120 | 136 | 377 | 105 | 77 | 0 | 0 | 353 | 144 | 102 |
| Binary | 1010000 | 1011110 | 11111111 | 1000101 | 111111 | 0 | 0 | 11101011 | 1100100 | 1000010 |
Color Harmonies of #505EFF
Complementary color
Monochromatic Colors of #505EFF
Black with #505EFF
Text Example
Text Example
White with #505EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505EFF; }
p { color: rgb(80,94,255); }
H1.HeaderClassName
{
color: #505EFF;
}
.AnyTagClassName
{
color: #505EFF;
}
</style>
background-color css
<style>
a { background-color: #505EFF; }
a { background-color: rgb(80,94,255); }
div.DivClassName
{
background-color: #505EFF;
}
.BgClassName
{
background-color: #505EFF;
}
</style>
border-color css
<style>
span { border-color: #505EFF; }
span { border-color: rgb(80,94,255); }
td.TdClassName
{
border-color: #505EFF;
}
.TagClassName
{
border-color: #505EFF;
}
</style>