Shades of Neon Blue #504CFD
Tints of Neon Blue #504CFD
RGB
CMYK
RGB Variations
Color information
#504CFD (or 0x504CFD) is known color: Neon Blue. HEX triplet: 50, 4C and FD. RGB value is (80,76,253). Sum of RGB (Red+Green+Blue) = 80+76+253=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #504CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504CFD is #AFB302. Grayscale: #606060. Windows color (decimal): -11514627 or 16600144. OLE color: 16600144.
HSL color Cylindrical-coordinate representation of color #504CFD: hue angle of 241.36º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504CFD is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 76 | 253 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.01 |
| HSL | 241.36º | 0.98% | 0.65% | - |
| HSV(B) | 241.36º | 0.7% | 0.99% | - |
| XYZ | 23.62 | 13.97 | 94.38 | - |
| YUV | 97.37 | 215.83 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 253 | 0.68 | 0.70 | 0 | 0.01 | 241.36 | 0.98 | 0.65 |
| Hex | 50 | 4C | FD | 44 | 46 | 0 | 1 | F1 | 62 | 41 |
| Octal | 120 | 114 | 375 | 104 | 106 | 0 | 1 | 361 | 142 | 101 |
| Binary | 1010000 | 1001100 | 11111101 | 1000100 | 1000110 | 0 | 1 | 11110001 | 1100010 | 1000001 |
Color Harmonies of #504CFD
Complementary color
Monochromatic Colors of #504CFD
Black with #504CFD
Text Example
Text Example
White with #504CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504CFD; }
p { color: rgb(80,76,253); }
H1.HeaderClassName
{
color: #504CFD;
}
.AnyTagClassName
{
color: #504CFD;
}
</style>
background-color css
<style>
a { background-color: #504CFD; }
a { background-color: rgb(80,76,253); }
div.DivClassName
{
background-color: #504CFD;
}
.BgClassName
{
background-color: #504CFD;
}
</style>
border-color css
<style>
span { border-color: #504CFD; }
span { border-color: rgb(80,76,253); }
td.TdClassName
{
border-color: #504CFD;
}
.TagClassName
{
border-color: #504CFD;
}
</style>