Shades of Neon Blue #525AF4
Tints of Neon Blue #525AF4
RGB
CMYK
RGB Variations
Color information
#525AF4 (or 0x525AF4) is known color: Neon Blue. HEX triplet: 52, 5A and F4. RGB value is (82,90,244). Sum of RGB (Red+Green+Blue) = 82+90+244=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 244 (95.70% from 255 or 58.65% from 416); Max value from RGB is 244 - color contains mainly: blue. Hex color #525AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525AF4 is #ADA50B. Grayscale: #686868. Windows color (decimal): -11379980 or 16013906. OLE color: 16013906.
HSL color Cylindrical-coordinate representation of color #525AF4: hue angle of 237.04º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #525AF4 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 90 | 244 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.04 |
| HSL | 237.04º | 0.88% | 0.64% | - |
| HSV(B) | 237.04º | 0.66% | 0.96% | - |
| XYZ | 23.46 | 15.64 | 87.37 | - |
| YUV | 105.16 | 206.35 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 244 | 0.66 | 0.63 | 0 | 0.04 | 237.04 | 0.88 | 0.64 |
| Hex | 52 | 5A | F4 | 42 | 3F | 0 | 4 | ED | 58 | 40 |
| Octal | 122 | 132 | 364 | 102 | 77 | 0 | 4 | 355 | 130 | 100 |
| Binary | 1010010 | 1011010 | 11110100 | 1000010 | 111111 | 0 | 100 | 11101101 | 1011000 | 1000000 |
Color Harmonies of #525AF4
Complementary color
Monochromatic Colors of #525AF4
Black with #525AF4
Text Example
Text Example
White with #525AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525AF4; }
p { color: rgb(82,90,244); }
H1.HeaderClassName
{
color: #525AF4;
}
.AnyTagClassName
{
color: #525AF4;
}
</style>
background-color css
<style>
a { background-color: #525AF4; }
a { background-color: rgb(82,90,244); }
div.DivClassName
{
background-color: #525AF4;
}
.BgClassName
{
background-color: #525AF4;
}
</style>
border-color css
<style>
span { border-color: #525AF4; }
span { border-color: rgb(82,90,244); }
td.TdClassName
{
border-color: #525AF4;
}
.TagClassName
{
border-color: #525AF4;
}
</style>