Shades of Neon Blue #504CF6
Tints of Neon Blue #504CF6
RGB
CMYK
RGB Variations
Color information
#504CF6 (or 0x504CF6) is known color: Neon Blue. HEX triplet: 50, 4C and F6. RGB value is (80,76,246). Sum of RGB (Red+Green+Blue) = 80+76+246=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 246 (96.48% from 255 or 61.19% from 402); Max value from RGB is 246 - color contains mainly: blue. Hex color #504CF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504CF6 is #AFB309. Grayscale: #5F5F5F. Windows color (decimal): -11514634 or 16141392. OLE color: 16141392.
HSL color Cylindrical-coordinate representation of color #504CF6: hue angle of 241.41º degrees, saturation: 0.9, 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 #504CF6 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 76 | 246 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.04 |
| HSL | 241.41º | 0.9% | 0.63% | - |
| HSV(B) | 241.41º | 0.69% | 0.96% | - |
| XYZ | 22.53 | 13.53 | 88.61 | - |
| YUV | 96.58 | 212.33 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 246 | 0.67 | 0.69 | 0 | 0.04 | 241.41 | 0.9 | 0.63 |
| Hex | 50 | 4C | F6 | 43 | 45 | 0 | 4 | F1 | 5A | 3F |
| Octal | 120 | 114 | 366 | 103 | 105 | 0 | 4 | 361 | 132 | 77 |
| Binary | 1010000 | 1001100 | 11110110 | 1000011 | 1000101 | 0 | 100 | 11110001 | 1011010 | 111111 |
Color Harmonies of #504CF6
Complementary color
Monochromatic Colors of #504CF6
Black with #504CF6
Text Example
Text Example
White with #504CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504CF6; }
p { color: rgb(80,76,246); }
H1.HeaderClassName
{
color: #504CF6;
}
.AnyTagClassName
{
color: #504CF6;
}
</style>
background-color css
<style>
a { background-color: #504CF6; }
a { background-color: rgb(80,76,246); }
div.DivClassName
{
background-color: #504CF6;
}
.BgClassName
{
background-color: #504CF6;
}
</style>
border-color css
<style>
span { border-color: #504CF6; }
span { border-color: rgb(80,76,246); }
td.TdClassName
{
border-color: #504CF6;
}
.TagClassName
{
border-color: #504CF6;
}
</style>