Shades of Neon Blue #524EF8
Tints of Neon Blue #524EF8
RGB
CMYK
RGB Variations
Color information
#524EF8 (or 0x524EF8) is known color: Neon Blue. HEX triplet: 52, 4E and F8. RGB value is (82,78,248). Sum of RGB (Red+Green+Blue) = 82+78+248=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 248 (97.27% from 255 or 60.78% from 408); Max value from RGB is 248 - color contains mainly: blue. Hex color #524EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524EF8 is #ADB107. Grayscale: #616161. Windows color (decimal): -11383048 or 16272978. OLE color: 16272978.
HSL color Cylindrical-coordinate representation of color #524EF8: hue angle of 241.41º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #524EF8 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 78 | 248 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.03 |
| HSL | 241.41º | 0.92% | 0.64% | - |
| HSV(B) | 241.41º | 0.69% | 0.97% | - |
| XYZ | 23.15 | 14.02 | 90.29 | - |
| YUV | 98.58 | 212.33 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 248 | 0.67 | 0.69 | 0 | 0.03 | 241.41 | 0.92 | 0.64 |
| Hex | 52 | 4E | F8 | 43 | 45 | 0 | 3 | F1 | 5C | 40 |
| Octal | 122 | 116 | 370 | 103 | 105 | 0 | 3 | 361 | 134 | 100 |
| Binary | 1010010 | 1001110 | 11111000 | 1000011 | 1000101 | 0 | 11 | 11110001 | 1011100 | 1000000 |
Color Harmonies of #524EF8
Complementary color
Monochromatic Colors of #524EF8
Black with #524EF8
Text Example
Text Example
White with #524EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524EF8; }
p { color: rgb(82,78,248); }
H1.HeaderClassName
{
color: #524EF8;
}
.AnyTagClassName
{
color: #524EF8;
}
</style>
background-color css
<style>
a { background-color: #524EF8; }
a { background-color: rgb(82,78,248); }
div.DivClassName
{
background-color: #524EF8;
}
.BgClassName
{
background-color: #524EF8;
}
</style>
border-color css
<style>
span { border-color: #524EF8; }
span { border-color: rgb(82,78,248); }
td.TdClassName
{
border-color: #524EF8;
}
.TagClassName
{
border-color: #524EF8;
}
</style>