Shades of Neon Blue #504CFC
Tints of Neon Blue #504CFC
RGB
CMYK
RGB Variations
Color information
#504CFC (or 0x504CFC) is known color: Neon Blue. HEX triplet: 50, 4C and FC. RGB value is (80,76,252). Sum of RGB (Red+Green+Blue) = 80+76+252=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #504CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504CFC is #AFB303. Grayscale: #606060. Windows color (decimal): -11514628 or 16534608. OLE color: 16534608.
HSL color Cylindrical-coordinate representation of color #504CFC: hue angle of 241.36º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504CFC is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 76 | 252 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.01 |
| HSL | 241.36º | 0.97% | 0.64% | - |
| HSV(B) | 241.36º | 0.7% | 0.99% | - |
| XYZ | 23.46 | 13.9 | 93.54 | - |
| YUV | 97.26 | 215.33 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 252 | 0.68 | 0.70 | 0 | 0.01 | 241.36 | 0.97 | 0.64 |
| Hex | 50 | 4C | FC | 44 | 46 | 0 | 1 | F1 | 61 | 40 |
| Octal | 120 | 114 | 374 | 104 | 106 | 0 | 1 | 361 | 141 | 100 |
| Binary | 1010000 | 1001100 | 11111100 | 1000100 | 1000110 | 0 | 1 | 11110001 | 1100001 | 1000000 |
Color Harmonies of #504CFC
Complementary color
Monochromatic Colors of #504CFC
Black with #504CFC
Text Example
Text Example
White with #504CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504CFC; }
p { color: rgb(80,76,252); }
H1.HeaderClassName
{
color: #504CFC;
}
.AnyTagClassName
{
color: #504CFC;
}
</style>
background-color css
<style>
a { background-color: #504CFC; }
a { background-color: rgb(80,76,252); }
div.DivClassName
{
background-color: #504CFC;
}
.BgClassName
{
background-color: #504CFC;
}
</style>
border-color css
<style>
span { border-color: #504CFC; }
span { border-color: rgb(80,76,252); }
td.TdClassName
{
border-color: #504CFC;
}
.TagClassName
{
border-color: #504CFC;
}
</style>