Shades of Neon Blue #524CFB
Tints of Neon Blue #524CFB
RGB
CMYK
RGB Variations
Color information
#524CFB (or 0x524CFB) is known color: Neon Blue. HEX triplet: 52, 4C and FB. RGB value is (82,76,251). Sum of RGB (Red+Green+Blue) = 82+76+251=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #524CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524CFB is #ADB304. Grayscale: #616161. Windows color (decimal): -11383557 or 16469074. OLE color: 16469074.
HSL color Cylindrical-coordinate representation of color #524CFB: hue angle of 242.06º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #524CFB is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 76 | 251 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.02 |
| HSL | 242.06º | 0.96% | 0.64% | - |
| HSV(B) | 242.06º | 0.7% | 0.98% | - |
| XYZ | 23.48 | 13.93 | 92.72 | - |
| YUV | 97.74 | 214.49 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 251 | 0.67 | 0.70 | 0 | 0.02 | 242.06 | 0.96 | 0.64 |
| Hex | 52 | 4C | FB | 43 | 46 | 0 | 2 | F2 | 60 | 40 |
| Octal | 122 | 114 | 373 | 103 | 106 | 0 | 2 | 362 | 140 | 100 |
| Binary | 1010010 | 1001100 | 11111011 | 1000011 | 1000110 | 0 | 10 | 11110010 | 1100000 | 1000000 |
Color Harmonies of #524CFB
Complementary color
Monochromatic Colors of #524CFB
Black with #524CFB
Text Example
Text Example
White with #524CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524CFB; }
p { color: rgb(82,76,251); }
H1.HeaderClassName
{
color: #524CFB;
}
.AnyTagClassName
{
color: #524CFB;
}
</style>
background-color css
<style>
a { background-color: #524CFB; }
a { background-color: rgb(82,76,251); }
div.DivClassName
{
background-color: #524CFB;
}
.BgClassName
{
background-color: #524CFB;
}
</style>
border-color css
<style>
span { border-color: #524CFB; }
span { border-color: rgb(82,76,251); }
td.TdClassName
{
border-color: #524CFB;
}
.TagClassName
{
border-color: #524CFB;
}
</style>