Shades of Neon Blue #504ADF
Tints of Neon Blue #504ADF
RGB
CMYK
RGB Variations
Color information
#504ADF (or 0x504ADF) is known color: Neon Blue. HEX triplet: 50, 4A and DF. RGB value is (80,74,223). Sum of RGB (Red+Green+Blue) = 80+74+223=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #504ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504ADF is #AFB520. Grayscale: #5C5C5C. Windows color (decimal): -11515169 or 14633552. OLE color: 14633552.
HSL color Cylindrical-coordinate representation of color #504ADF: hue angle of 242.42º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #504ADF is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 74 | 223 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.13 |
| HSL | 242.42º | 0.7% | 0.58% | - |
| HSV(B) | 242.42º | 0.67% | 0.87% | - |
| XYZ | 19.08 | 11.93 | 71.11 | - |
| YUV | 92.78 | 201.49 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 223 | 0.64 | 0.67 | 0 | 0.13 | 242.42 | 0.7 | 0.58 |
| Hex | 50 | 4A | DF | 40 | 43 | 0 | D | F2 | 46 | 3A |
| Octal | 120 | 112 | 337 | 100 | 103 | 0 | 15 | 362 | 106 | 72 |
| Binary | 1010000 | 1001010 | 11011111 | 1000000 | 1000011 | 0 | 1101 | 11110010 | 1000110 | 111010 |
Color Harmonies of #504ADF
Complementary color
Monochromatic Colors of #504ADF
Black with #504ADF
Text Example
Text Example
White with #504ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504ADF; }
p { color: rgb(80,74,223); }
H1.HeaderClassName
{
color: #504ADF;
}
.AnyTagClassName
{
color: #504ADF;
}
</style>
background-color css
<style>
a { background-color: #504ADF; }
a { background-color: rgb(80,74,223); }
div.DivClassName
{
background-color: #504ADF;
}
.BgClassName
{
background-color: #504ADF;
}
</style>
border-color css
<style>
span { border-color: #504ADF; }
span { border-color: rgb(80,74,223); }
td.TdClassName
{
border-color: #504ADF;
}
.TagClassName
{
border-color: #504ADF;
}
</style>