Shades of Neon Blue #504BFB
Tints of Neon Blue #504BFB
RGB
CMYK
RGB Variations
Color information
#504BFB (or 0x504BFB) is known color: Neon Blue. HEX triplet: 50, 4B and FB. RGB value is (80,75,251). Sum of RGB (Red+Green+Blue) = 80+75+251=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #504BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504BFB is #AFB404. Grayscale: #5F5F5F. Windows color (decimal): -11514885 or 16468816. OLE color: 16468816.
HSL color Cylindrical-coordinate representation of color #504BFB: hue angle of 241.7º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504BFB is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 75 | 251 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.02 |
| HSL | 241.7º | 0.96% | 0.64% | - |
| HSV(B) | 241.7º | 0.7% | 0.98% | - |
| XYZ | 23.24 | 13.7 | 92.69 | - |
| YUV | 96.56 | 215.16 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 251 | 0.68 | 0.70 | 0 | 0.02 | 241.7 | 0.96 | 0.64 |
| Hex | 50 | 4B | FB | 44 | 46 | 0 | 2 | F2 | 60 | 40 |
| Octal | 120 | 113 | 373 | 104 | 106 | 0 | 2 | 362 | 140 | 100 |
| Binary | 1010000 | 1001011 | 11111011 | 1000100 | 1000110 | 0 | 10 | 11110010 | 1100000 | 1000000 |
Color Harmonies of #504BFB
Complementary color
Monochromatic Colors of #504BFB
Black with #504BFB
Text Example
Text Example
White with #504BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504BFB; }
p { color: rgb(80,75,251); }
H1.HeaderClassName
{
color: #504BFB;
}
.AnyTagClassName
{
color: #504BFB;
}
</style>
background-color css
<style>
a { background-color: #504BFB; }
a { background-color: rgb(80,75,251); }
div.DivClassName
{
background-color: #504BFB;
}
.BgClassName
{
background-color: #504BFB;
}
</style>
border-color css
<style>
span { border-color: #504BFB; }
span { border-color: rgb(80,75,251); }
td.TdClassName
{
border-color: #504BFB;
}
.TagClassName
{
border-color: #504BFB;
}
</style>