Shades of Neon Blue #504AFB
Tints of Neon Blue #504AFB
RGB
CMYK
RGB Variations
Color information
#504AFB (or 0x504AFB) is known color: Neon Blue. HEX triplet: 50, 4A and FB. RGB value is (80,74,251). Sum of RGB (Red+Green+Blue) = 80+74+251=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #504AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504AFB is #AFB504. Grayscale: #5F5F5F. Windows color (decimal): -11515141 or 16468560. OLE color: 16468560.
HSL color Cylindrical-coordinate representation of color #504AFB: hue angle of 242.03º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #504AFB is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 74 | 251 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.02 |
| HSL | 242.03º | 0.96% | 0.64% | - |
| HSV(B) | 242.03º | 0.71% | 0.98% | - |
| XYZ | 23.17 | 13.57 | 92.66 | - |
| YUV | 95.97 | 215.49 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 251 | 0.68 | 0.71 | 0 | 0.02 | 242.03 | 0.96 | 0.64 |
| Hex | 50 | 4A | FB | 44 | 47 | 0 | 2 | F2 | 60 | 40 |
| Octal | 120 | 112 | 373 | 104 | 107 | 0 | 2 | 362 | 140 | 100 |
| Binary | 1010000 | 1001010 | 11111011 | 1000100 | 1000111 | 0 | 10 | 11110010 | 1100000 | 1000000 |
Color Harmonies of #504AFB
Complementary color
Monochromatic Colors of #504AFB
Black with #504AFB
Text Example
Text Example
White with #504AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504AFB; }
p { color: rgb(80,74,251); }
H1.HeaderClassName
{
color: #504AFB;
}
.AnyTagClassName
{
color: #504AFB;
}
</style>
background-color css
<style>
a { background-color: #504AFB; }
a { background-color: rgb(80,74,251); }
div.DivClassName
{
background-color: #504AFB;
}
.BgClassName
{
background-color: #504AFB;
}
</style>
border-color css
<style>
span { border-color: #504AFB; }
span { border-color: rgb(80,74,251); }
td.TdClassName
{
border-color: #504AFB;
}
.TagClassName
{
border-color: #504AFB;
}
</style>