Shades of Neon Blue #505EF2
Tints of Neon Blue #505EF2
RGB
CMYK
RGB Variations
Color information
#505EF2 (or 0x505EF2) is known color: Neon Blue. HEX triplet: 50, 5E and F2. RGB value is (80,94,242). Sum of RGB (Red+Green+Blue) = 80+94+242=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #505EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505EF2 is #AFA10D. Grayscale: #6A6A6A. Windows color (decimal): -11510030 or 15883856. OLE color: 15883856.
HSL color Cylindrical-coordinate representation of color #505EF2: hue angle of 234.81º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #505EF2 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 94 | 242 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.05 |
| HSL | 234.81º | 0.86% | 0.63% | - |
| HSV(B) | 234.81º | 0.67% | 0.95% | - |
| XYZ | 23.34 | 16.12 | 85.89 | - |
| YUV | 106.69 | 204.36 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 242 | 0.67 | 0.61 | 0 | 0.05 | 234.81 | 0.86 | 0.63 |
| Hex | 50 | 5E | F2 | 43 | 3D | 0 | 5 | EB | 56 | 3F |
| Octal | 120 | 136 | 362 | 103 | 75 | 0 | 5 | 353 | 126 | 77 |
| Binary | 1010000 | 1011110 | 11110010 | 1000011 | 111101 | 0 | 101 | 11101011 | 1010110 | 111111 |
Color Harmonies of #505EF2
Complementary color
Monochromatic Colors of #505EF2
Black with #505EF2
Text Example
Text Example
White with #505EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505EF2; }
p { color: rgb(80,94,242); }
H1.HeaderClassName
{
color: #505EF2;
}
.AnyTagClassName
{
color: #505EF2;
}
</style>
background-color css
<style>
a { background-color: #505EF2; }
a { background-color: rgb(80,94,242); }
div.DivClassName
{
background-color: #505EF2;
}
.BgClassName
{
background-color: #505EF2;
}
</style>
border-color css
<style>
span { border-color: #505EF2; }
span { border-color: rgb(80,94,242); }
td.TdClassName
{
border-color: #505EF2;
}
.TagClassName
{
border-color: #505EF2;
}
</style>