Shades of Neon Blue #524AF1
Tints of Neon Blue #524AF1
RGB
CMYK
RGB Variations
Color information
#524AF1 (or 0x524AF1) is known color: Neon Blue. HEX triplet: 52, 4A and F1. RGB value is (82,74,241). Sum of RGB (Red+Green+Blue) = 82+74+241=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #524AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524AF1 is #ADB50E. Grayscale: #5E5E5E. Windows color (decimal): -11384079 or 15813202. OLE color: 15813202.
HSL color Cylindrical-coordinate representation of color #524AF1: hue angle of 242.87º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #524AF1 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 74 | 241 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.05 |
| HSL | 242.87º | 0.86% | 0.62% | - |
| HSV(B) | 242.87º | 0.69% | 0.95% | - |
| XYZ | 21.81 | 13.04 | 84.59 | - |
| YUV | 95.43 | 210.15 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 241 | 0.66 | 0.69 | 0 | 0.05 | 242.87 | 0.86 | 0.62 |
| Hex | 52 | 4A | F1 | 42 | 45 | 0 | 5 | F3 | 56 | 3E |
| Octal | 122 | 112 | 361 | 102 | 105 | 0 | 5 | 363 | 126 | 76 |
| Binary | 1010010 | 1001010 | 11110001 | 1000010 | 1000101 | 0 | 101 | 11110011 | 1010110 | 111110 |
Color Harmonies of #524AF1
Complementary color
Monochromatic Colors of #524AF1
Black with #524AF1
Text Example
Text Example
White with #524AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524AF1; }
p { color: rgb(82,74,241); }
H1.HeaderClassName
{
color: #524AF1;
}
.AnyTagClassName
{
color: #524AF1;
}
</style>
background-color css
<style>
a { background-color: #524AF1; }
a { background-color: rgb(82,74,241); }
div.DivClassName
{
background-color: #524AF1;
}
.BgClassName
{
background-color: #524AF1;
}
</style>
border-color css
<style>
span { border-color: #524AF1; }
span { border-color: rgb(82,74,241); }
td.TdClassName
{
border-color: #524AF1;
}
.TagClassName
{
border-color: #524AF1;
}
</style>