Shades of Neon Blue #5752FF
Tints of Neon Blue #5752FF
RGB
CMYK
RGB Variations
Color information
#5752FF (or 0x5752FF) is known color: Neon Blue. HEX triplet: 57, 52 and FF. RGB value is (87,82,255). Sum of RGB (Red+Green+Blue) = 87+82+255=424 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.52% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #5752FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5752FF is #A8AD00. Grayscale: #666666. Windows color (decimal): -11054337 or 16732759. OLE color: 16732759.
HSL color Cylindrical-coordinate representation of color #5752FF: hue angle of 241.73º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5752FF is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 82 | 255 | - |
| CMYK | 0.66 | 0.68 | 0 | 0 |
| HSL | 241.73º | 1% | 0.66% | - |
| HSV(B) | 241.73º | 0.68% | 1% | - |
| XYZ | 25 | 15.28 | 96.24 | - |
| YUV | 103.22 | 213.66 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 255 | 0.66 | 0.68 | 0 | 0 | 241.73 | 1 | 0.66 |
| Hex | 57 | 52 | FF | 42 | 44 | 0 | 0 | F2 | 64 | 42 |
| Octal | 127 | 122 | 377 | 102 | 104 | 0 | 0 | 362 | 144 | 102 |
| Binary | 1010111 | 1010010 | 11111111 | 1000010 | 1000100 | 0 | 0 | 11110010 | 1100100 | 1000010 |
Color Harmonies of #5752FF
Complementary color
Monochromatic Colors of #5752FF
Black with #5752FF
Text Example
Text Example
White with #5752FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5752FF; }
p { color: rgb(87,82,255); }
H1.HeaderClassName
{
color: #5752FF;
}
.AnyTagClassName
{
color: #5752FF;
}
</style>
background-color css
<style>
a { background-color: #5752FF; }
a { background-color: rgb(87,82,255); }
div.DivClassName
{
background-color: #5752FF;
}
.BgClassName
{
background-color: #5752FF;
}
</style>
border-color css
<style>
span { border-color: #5752FF; }
span { border-color: rgb(87,82,255); }
td.TdClassName
{
border-color: #5752FF;
}
.TagClassName
{
border-color: #5752FF;
}
</style>