Shades of Neon Blue #505AF8
Tints of Neon Blue #505AF8
RGB
CMYK
RGB Variations
Color information
#505AF8 (or 0x505AF8) is known color: Neon Blue. HEX triplet: 50, 5A and F8. RGB value is (80,90,248). Sum of RGB (Red+Green+Blue) = 80+90+248=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 248 (97.27% from 255 or 59.33% from 418); Max value from RGB is 248 - color contains mainly: blue. Hex color #505AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505AF8 is #AFA507. Grayscale: #686868. Windows color (decimal): -11511048 or 16276048. OLE color: 16276048.
HSL color Cylindrical-coordinate representation of color #505AF8: hue angle of 236.43º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #505AF8 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 90 | 248 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.03 |
| HSL | 236.43º | 0.92% | 0.64% | - |
| HSV(B) | 236.43º | 0.68% | 0.97% | - |
| XYZ | 23.91 | 15.8 | 90.6 | - |
| YUV | 105.02 | 208.69 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 248 | 0.68 | 0.64 | 0 | 0.03 | 236.43 | 0.92 | 0.64 |
| Hex | 50 | 5A | F8 | 44 | 40 | 0 | 3 | EC | 5C | 40 |
| Octal | 120 | 132 | 370 | 104 | 100 | 0 | 3 | 354 | 134 | 100 |
| Binary | 1010000 | 1011010 | 11111000 | 1000100 | 1000000 | 0 | 11 | 11101100 | 1011100 | 1000000 |
Color Harmonies of #505AF8
Complementary color
Monochromatic Colors of #505AF8
Black with #505AF8
Text Example
Text Example
White with #505AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505AF8; }
p { color: rgb(80,90,248); }
H1.HeaderClassName
{
color: #505AF8;
}
.AnyTagClassName
{
color: #505AF8;
}
</style>
background-color css
<style>
a { background-color: #505AF8; }
a { background-color: rgb(80,90,248); }
div.DivClassName
{
background-color: #505AF8;
}
.BgClassName
{
background-color: #505AF8;
}
</style>
border-color css
<style>
span { border-color: #505AF8; }
span { border-color: rgb(80,90,248); }
td.TdClassName
{
border-color: #505AF8;
}
.TagClassName
{
border-color: #505AF8;
}
</style>