Shades of Neon Blue #524CFA
Tints of Neon Blue #524CFA
RGB
CMYK
RGB Variations
Color information
#524CFA (or 0x524CFA) is known color: Neon Blue. HEX triplet: 52, 4C and FA. RGB value is (82,76,250). Sum of RGB (Red+Green+Blue) = 82+76+250=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #524CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524CFA is #ADB305. Grayscale: #606060. Windows color (decimal): -11383558 or 16403538. OLE color: 16403538.
HSL color Cylindrical-coordinate representation of color #524CFA: hue angle of 242.07º degrees, saturation: 0.95, 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 #524CFA is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 76 | 250 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.02 |
| HSL | 242.07º | 0.95% | 0.64% | - |
| HSV(B) | 242.07º | 0.7% | 0.98% | - |
| XYZ | 23.32 | 13.86 | 91.89 | - |
| YUV | 97.63 | 213.99 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 250 | 0.67 | 0.70 | 0 | 0.02 | 242.07 | 0.95 | 0.64 |
| Hex | 52 | 4C | FA | 43 | 46 | 0 | 2 | F2 | 5F | 40 |
| Octal | 122 | 114 | 372 | 103 | 106 | 0 | 2 | 362 | 137 | 100 |
| Binary | 1010010 | 1001100 | 11111010 | 1000011 | 1000110 | 0 | 10 | 11110010 | 1011111 | 1000000 |
Color Harmonies of #524CFA
Complementary color
Monochromatic Colors of #524CFA
Black with #524CFA
Text Example
Text Example
White with #524CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524CFA; }
p { color: rgb(82,76,250); }
H1.HeaderClassName
{
color: #524CFA;
}
.AnyTagClassName
{
color: #524CFA;
}
</style>
background-color css
<style>
a { background-color: #524CFA; }
a { background-color: rgb(82,76,250); }
div.DivClassName
{
background-color: #524CFA;
}
.BgClassName
{
background-color: #524CFA;
}
</style>
border-color css
<style>
span { border-color: #524CFA; }
span { border-color: rgb(82,76,250); }
td.TdClassName
{
border-color: #524CFA;
}
.TagClassName
{
border-color: #524CFA;
}
</style>