Shades of Neon Blue #504AF1
Tints of Neon Blue #504AF1
RGB
CMYK
RGB Variations
Color information
#504AF1 (or 0x504AF1) is known color: Neon Blue. HEX triplet: 50, 4A and F1. RGB value is (80,74,241). Sum of RGB (Red+Green+Blue) = 80+74+241=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 241 (94.53% from 255 or 61.01% from 395); Max value from RGB is 241 - color contains mainly: blue. Hex color #504AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504AF1 is #AFB50E. Grayscale: #5E5E5E. Windows color (decimal): -11515151 or 15813200. OLE color: 15813200.
HSL color Cylindrical-coordinate representation of color #504AF1: hue angle of 242.16º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504AF1 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 74 | 241 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.05 |
| HSL | 242.16º | 0.86% | 0.62% | - |
| HSV(B) | 242.16º | 0.69% | 0.95% | - |
| XYZ | 21.63 | 12.95 | 84.58 | - |
| YUV | 94.83 | 210.49 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 241 | 0.67 | 0.69 | 0 | 0.05 | 242.16 | 0.86 | 0.62 |
| Hex | 50 | 4A | F1 | 43 | 45 | 0 | 5 | F2 | 56 | 3E |
| Octal | 120 | 112 | 361 | 103 | 105 | 0 | 5 | 362 | 126 | 76 |
| Binary | 1010000 | 1001010 | 11110001 | 1000011 | 1000101 | 0 | 101 | 11110010 | 1010110 | 111110 |
Color Harmonies of #504AF1
Complementary color
Monochromatic Colors of #504AF1
Black with #504AF1
Text Example
Text Example
White with #504AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504AF1; }
p { color: rgb(80,74,241); }
H1.HeaderClassName
{
color: #504AF1;
}
.AnyTagClassName
{
color: #504AF1;
}
</style>
background-color css
<style>
a { background-color: #504AF1; }
a { background-color: rgb(80,74,241); }
div.DivClassName
{
background-color: #504AF1;
}
.BgClassName
{
background-color: #504AF1;
}
</style>
border-color css
<style>
span { border-color: #504AF1; }
span { border-color: rgb(80,74,241); }
td.TdClassName
{
border-color: #504AF1;
}
.TagClassName
{
border-color: #504AF1;
}
</style>