Shades of Neon Blue #504DFB
Tints of Neon Blue #504DFB
RGB
CMYK
RGB Variations
Color information
#504DFB (or 0x504DFB) is known color: Neon Blue. HEX triplet: 50, 4D and FB. RGB value is (80,77,251). Sum of RGB (Red+Green+Blue) = 80+77+251=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #504DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504DFB is #AFB204. Grayscale: #616161. Windows color (decimal): -11514373 or 16469328. OLE color: 16469328.
HSL color Cylindrical-coordinate representation of color #504DFB: hue angle of 241.03º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504DFB is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 77 | 251 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.02 |
| HSL | 241.03º | 0.96% | 0.64% | - |
| HSV(B) | 241.03º | 0.69% | 0.98% | - |
| XYZ | 23.37 | 13.98 | 92.73 | - |
| YUV | 97.73 | 214.49 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 251 | 0.68 | 0.69 | 0 | 0.02 | 241.03 | 0.96 | 0.64 |
| Hex | 50 | 4D | FB | 44 | 45 | 0 | 2 | F1 | 60 | 40 |
| Octal | 120 | 115 | 373 | 104 | 105 | 0 | 2 | 361 | 140 | 100 |
| Binary | 1010000 | 1001101 | 11111011 | 1000100 | 1000101 | 0 | 10 | 11110001 | 1100000 | 1000000 |
Color Harmonies of #504DFB
Complementary color
Monochromatic Colors of #504DFB
Black with #504DFB
Text Example
Text Example
White with #504DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DFB; }
p { color: rgb(80,77,251); }
H1.HeaderClassName
{
color: #504DFB;
}
.AnyTagClassName
{
color: #504DFB;
}
</style>
background-color css
<style>
a { background-color: #504DFB; }
a { background-color: rgb(80,77,251); }
div.DivClassName
{
background-color: #504DFB;
}
.BgClassName
{
background-color: #504DFB;
}
</style>
border-color css
<style>
span { border-color: #504DFB; }
span { border-color: rgb(80,77,251); }
td.TdClassName
{
border-color: #504DFB;
}
.TagClassName
{
border-color: #504DFB;
}
</style>