Shades of Neon Blue #505AF3
Tints of Neon Blue #505AF3
RGB
CMYK
RGB Variations
Color information
#505AF3 (or 0x505AF3) is known color: Neon Blue. HEX triplet: 50, 5A and F3. RGB value is (80,90,243). Sum of RGB (Red+Green+Blue) = 80+90+243=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 243 (95.31% from 255 or 58.84% from 413); Max value from RGB is 243 - color contains mainly: blue. Hex color #505AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505AF3 is #AFA50C. Grayscale: #676767. Windows color (decimal): -11511053 or 15948368. OLE color: 15948368.
HSL color Cylindrical-coordinate representation of color #505AF3: hue angle of 236.32º degrees, saturation: 0.87, 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 #505AF3 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 90 | 243 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.05 |
| HSL | 236.32º | 0.87% | 0.63% | - |
| HSV(B) | 236.32º | 0.67% | 0.95% | - |
| XYZ | 23.14 | 15.49 | 86.56 | - |
| YUV | 104.45 | 206.19 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 243 | 0.67 | 0.63 | 0 | 0.05 | 236.32 | 0.87 | 0.63 |
| Hex | 50 | 5A | F3 | 43 | 3F | 0 | 5 | EC | 57 | 3F |
| Octal | 120 | 132 | 363 | 103 | 77 | 0 | 5 | 354 | 127 | 77 |
| Binary | 1010000 | 1011010 | 11110011 | 1000011 | 111111 | 0 | 101 | 11101100 | 1010111 | 111111 |
Color Harmonies of #505AF3
Complementary color
Monochromatic Colors of #505AF3
Black with #505AF3
Text Example
Text Example
White with #505AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505AF3; }
p { color: rgb(80,90,243); }
H1.HeaderClassName
{
color: #505AF3;
}
.AnyTagClassName
{
color: #505AF3;
}
</style>
background-color css
<style>
a { background-color: #505AF3; }
a { background-color: rgb(80,90,243); }
div.DivClassName
{
background-color: #505AF3;
}
.BgClassName
{
background-color: #505AF3;
}
</style>
border-color css
<style>
span { border-color: #505AF3; }
span { border-color: rgb(80,90,243); }
td.TdClassName
{
border-color: #505AF3;
}
.TagClassName
{
border-color: #505AF3;
}
</style>