Shades of Neon Blue #504AF2
Tints of Neon Blue #504AF2
RGB
CMYK
RGB Variations
Color information
#504AF2 (or 0x504AF2) is known color: Neon Blue. HEX triplet: 50, 4A and F2. RGB value is (80,74,242). Sum of RGB (Red+Green+Blue) = 80+74+242=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 242 (94.92% from 255 or 61.11% from 396); Max value from RGB is 242 - color contains mainly: blue. Hex color #504AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504AF2 is #AFB50D. Grayscale: #5E5E5E. Windows color (decimal): -11515150 or 15878736. OLE color: 15878736.
HSL color Cylindrical-coordinate representation of color #504AF2: hue angle of 242.14º degrees, saturation: 0.87, 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 #504AF2 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 74 | 242 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.05 |
| HSL | 242.14º | 0.87% | 0.62% | - |
| HSV(B) | 242.14º | 0.69% | 0.95% | - |
| XYZ | 21.78 | 13.01 | 85.37 | - |
| YUV | 94.95 | 210.99 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 242 | 0.67 | 0.69 | 0 | 0.05 | 242.14 | 0.87 | 0.62 |
| Hex | 50 | 4A | F2 | 43 | 45 | 0 | 5 | F2 | 57 | 3E |
| Octal | 120 | 112 | 362 | 103 | 105 | 0 | 5 | 362 | 127 | 76 |
| Binary | 1010000 | 1001010 | 11110010 | 1000011 | 1000101 | 0 | 101 | 11110010 | 1010111 | 111110 |
Color Harmonies of #504AF2
Complementary color
Monochromatic Colors of #504AF2
Black with #504AF2
Text Example
Text Example
White with #504AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504AF2; }
p { color: rgb(80,74,242); }
H1.HeaderClassName
{
color: #504AF2;
}
.AnyTagClassName
{
color: #504AF2;
}
</style>
background-color css
<style>
a { background-color: #504AF2; }
a { background-color: rgb(80,74,242); }
div.DivClassName
{
background-color: #504AF2;
}
.BgClassName
{
background-color: #504AF2;
}
</style>
border-color css
<style>
span { border-color: #504AF2; }
span { border-color: rgb(80,74,242); }
td.TdClassName
{
border-color: #504AF2;
}
.TagClassName
{
border-color: #504AF2;
}
</style>