Shades of Neon Blue #524BDF
Tints of Neon Blue #524BDF
RGB
CMYK
RGB Variations
Color information
#524BDF (or 0x524BDF) is known color: Neon Blue. HEX triplet: 52, 4B and DF. RGB value is (82,75,223). Sum of RGB (Red+Green+Blue) = 82+75+223=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #524BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524BDF is #ADB420. Grayscale: #5D5D5D. Windows color (decimal): -11383841 or 14633810. OLE color: 14633810.
HSL color Cylindrical-coordinate representation of color #524BDF: hue angle of 242.84º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #524BDF is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 75 | 223 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.13 |
| HSL | 242.84º | 0.7% | 0.58% | - |
| HSV(B) | 242.84º | 0.66% | 0.87% | - |
| XYZ | 19.32 | 12.15 | 71.14 | - |
| YUV | 93.97 | 200.82 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 223 | 0.63 | 0.66 | 0 | 0.13 | 242.84 | 0.7 | 0.58 |
| Hex | 52 | 4B | DF | 3F | 42 | 0 | D | F3 | 46 | 3A |
| Octal | 122 | 113 | 337 | 77 | 102 | 0 | 15 | 363 | 106 | 72 |
| Binary | 1010010 | 1001011 | 11011111 | 111111 | 1000010 | 0 | 1101 | 11110011 | 1000110 | 111010 |
Color Harmonies of #524BDF
Complementary color
Monochromatic Colors of #524BDF
Black with #524BDF
Text Example
Text Example
White with #524BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524BDF; }
p { color: rgb(82,75,223); }
H1.HeaderClassName
{
color: #524BDF;
}
.AnyTagClassName
{
color: #524BDF;
}
</style>
background-color css
<style>
a { background-color: #524BDF; }
a { background-color: rgb(82,75,223); }
div.DivClassName
{
background-color: #524BDF;
}
.BgClassName
{
background-color: #524BDF;
}
</style>
border-color css
<style>
span { border-color: #524BDF; }
span { border-color: rgb(82,75,223); }
td.TdClassName
{
border-color: #524BDF;
}
.TagClassName
{
border-color: #524BDF;
}
</style>