Shades of Neon Blue #524AFB
Tints of Neon Blue #524AFB
RGB
CMYK
RGB Variations
Color information
#524AFB (or 0x524AFB) is known color: Neon Blue. HEX triplet: 52, 4A and FB. RGB value is (82,74,251). Sum of RGB (Red+Green+Blue) = 82+74+251=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #524AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524AFB is #ADB504. Grayscale: #5F5F5F. Windows color (decimal): -11384069 or 16468562. OLE color: 16468562.
HSL color Cylindrical-coordinate representation of color #524AFB: hue angle of 242.71º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #524AFB is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 74 | 251 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.02 |
| HSL | 242.71º | 0.96% | 0.64% | - |
| HSV(B) | 242.71º | 0.71% | 0.98% | - |
| XYZ | 23.34 | 13.66 | 92.67 | - |
| YUV | 96.57 | 215.15 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 251 | 0.67 | 0.71 | 0 | 0.02 | 242.71 | 0.96 | 0.64 |
| Hex | 52 | 4A | FB | 43 | 47 | 0 | 2 | F3 | 60 | 40 |
| Octal | 122 | 112 | 373 | 103 | 107 | 0 | 2 | 363 | 140 | 100 |
| Binary | 1010010 | 1001010 | 11111011 | 1000011 | 1000111 | 0 | 10 | 11110011 | 1100000 | 1000000 |
Color Harmonies of #524AFB
Complementary color
Monochromatic Colors of #524AFB
Black with #524AFB
Text Example
Text Example
White with #524AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524AFB; }
p { color: rgb(82,74,251); }
H1.HeaderClassName
{
color: #524AFB;
}
.AnyTagClassName
{
color: #524AFB;
}
</style>
background-color css
<style>
a { background-color: #524AFB; }
a { background-color: rgb(82,74,251); }
div.DivClassName
{
background-color: #524AFB;
}
.BgClassName
{
background-color: #524AFB;
}
</style>
border-color css
<style>
span { border-color: #524AFB; }
span { border-color: rgb(82,74,251); }
td.TdClassName
{
border-color: #524AFB;
}
.TagClassName
{
border-color: #524AFB;
}
</style>