Shades of Neon Blue #504CF5
Tints of Neon Blue #504CF5
RGB
CMYK
RGB Variations
Color information
#504CF5 (or 0x504CF5) is known color: Neon Blue. HEX triplet: 50, 4C and F5. RGB value is (80,76,245). Sum of RGB (Red+Green+Blue) = 80+76+245=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 245 (96.09% from 255 or 61.10% from 401); Max value from RGB is 245 - color contains mainly: blue. Hex color #504CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504CF5 is #AFB30A. Grayscale: #5F5F5F. Windows color (decimal): -11514635 or 16075856. OLE color: 16075856.
HSL color Cylindrical-coordinate representation of color #504CF5: hue angle of 241.42º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504CF5 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 76 | 245 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.04 |
| HSL | 241.42º | 0.89% | 0.63% | - |
| HSV(B) | 241.42º | 0.69% | 0.96% | - |
| XYZ | 22.37 | 13.47 | 87.81 | - |
| YUV | 96.46 | 211.83 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 245 | 0.67 | 0.69 | 0 | 0.04 | 241.42 | 0.89 | 0.63 |
| Hex | 50 | 4C | F5 | 43 | 45 | 0 | 4 | F1 | 59 | 3F |
| Octal | 120 | 114 | 365 | 103 | 105 | 0 | 4 | 361 | 131 | 77 |
| Binary | 1010000 | 1001100 | 11110101 | 1000011 | 1000101 | 0 | 100 | 11110001 | 1011001 | 111111 |
Color Harmonies of #504CF5
Complementary color
Monochromatic Colors of #504CF5
Black with #504CF5
Text Example
Text Example
White with #504CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504CF5; }
p { color: rgb(80,76,245); }
H1.HeaderClassName
{
color: #504CF5;
}
.AnyTagClassName
{
color: #504CF5;
}
</style>
background-color css
<style>
a { background-color: #504CF5; }
a { background-color: rgb(80,76,245); }
div.DivClassName
{
background-color: #504CF5;
}
.BgClassName
{
background-color: #504CF5;
}
</style>
border-color css
<style>
span { border-color: #504CF5; }
span { border-color: rgb(80,76,245); }
td.TdClassName
{
border-color: #504CF5;
}
.TagClassName
{
border-color: #504CF5;
}
</style>