Shades of Neon Blue #504EFB
Tints of Neon Blue #504EFB
RGB
CMYK
RGB Variations
Color information
#504EFB (or 0x504EFB) is known color: Neon Blue. HEX triplet: 50, 4E and FB. RGB value is (80,78,251). Sum of RGB (Red+Green+Blue) = 80+78+251=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #504EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504EFB is #AFB104. Grayscale: #616161. Windows color (decimal): -11514117 or 16469584. OLE color: 16469584.
HSL color Cylindrical-coordinate representation of color #504EFB: hue angle of 240.69º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504EFB is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 78 | 251 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.02 |
| HSL | 240.69º | 0.96% | 0.65% | - |
| HSV(B) | 240.69º | 0.69% | 0.98% | - |
| XYZ | 23.45 | 14.12 | 92.76 | - |
| YUV | 98.32 | 214.16 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 251 | 0.68 | 0.69 | 0 | 0.02 | 240.69 | 0.96 | 0.65 |
| Hex | 50 | 4E | FB | 44 | 45 | 0 | 2 | F1 | 60 | 41 |
| Octal | 120 | 116 | 373 | 104 | 105 | 0 | 2 | 361 | 140 | 101 |
| Binary | 1010000 | 1001110 | 11111011 | 1000100 | 1000101 | 0 | 10 | 11110001 | 1100000 | 1000001 |
Color Harmonies of #504EFB
Complementary color
Monochromatic Colors of #504EFB
Black with #504EFB
Text Example
Text Example
White with #504EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504EFB; }
p { color: rgb(80,78,251); }
H1.HeaderClassName
{
color: #504EFB;
}
.AnyTagClassName
{
color: #504EFB;
}
</style>
background-color css
<style>
a { background-color: #504EFB; }
a { background-color: rgb(80,78,251); }
div.DivClassName
{
background-color: #504EFB;
}
.BgClassName
{
background-color: #504EFB;
}
</style>
border-color css
<style>
span { border-color: #504EFB; }
span { border-color: rgb(80,78,251); }
td.TdClassName
{
border-color: #504EFB;
}
.TagClassName
{
border-color: #504EFB;
}
</style>