Shades of Neon Blue #524CFF
Tints of Neon Blue #524CFF
RGB
CMYK
RGB Variations
Color information
#524CFF (or 0x524CFF) is known color: Neon Blue. HEX triplet: 52, 4C and FF. RGB value is (82,76,255). Sum of RGB (Red+Green+Blue) = 82+76+255=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #524CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524CFF is #ADB300. Grayscale: #616161. Windows color (decimal): -11383553 or 16731218. OLE color: 16731218.
HSL color Cylindrical-coordinate representation of color #524CFF: hue angle of 242.01º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #524CFF is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 76 | 255 | - |
| CMYK | 0.68 | 0.70 | 0 | 0 |
| HSL | 242.01º | 1% | 0.65% | - |
| HSV(B) | 242.01º | 0.7% | 1% | - |
| XYZ | 24.11 | 14.18 | 96.07 | - |
| YUV | 98.2 | 216.49 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 255 | 0.68 | 0.70 | 0 | 0 | 242.01 | 1 | 0.65 |
| Hex | 52 | 4C | FF | 44 | 46 | 0 | 0 | F2 | 64 | 41 |
| Octal | 122 | 114 | 377 | 104 | 106 | 0 | 0 | 362 | 144 | 101 |
| Binary | 1010010 | 1001100 | 11111111 | 1000100 | 1000110 | 0 | 0 | 11110010 | 1100100 | 1000001 |
Color Harmonies of #524CFF
Complementary color
Monochromatic Colors of #524CFF
Black with #524CFF
Text Example
Text Example
White with #524CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524CFF; }
p { color: rgb(82,76,255); }
H1.HeaderClassName
{
color: #524CFF;
}
.AnyTagClassName
{
color: #524CFF;
}
</style>
background-color css
<style>
a { background-color: #524CFF; }
a { background-color: rgb(82,76,255); }
div.DivClassName
{
background-color: #524CFF;
}
.BgClassName
{
background-color: #524CFF;
}
</style>
border-color css
<style>
span { border-color: #524CFF; }
span { border-color: rgb(82,76,255); }
td.TdClassName
{
border-color: #524CFF;
}
.TagClassName
{
border-color: #524CFF;
}
</style>