Shades of Neon Blue #5C52F0
Tints of Neon Blue #5C52F0
RGB
CMYK
RGB Variations
Color information
#5C52F0 (or 0x5C52F0) is known color: Neon Blue. HEX triplet: 5C, 52 and F0. RGB value is (92,82,240). Sum of RGB (Red+Green+Blue) = 92+82+240=414 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.22% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #5C52F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C52F0 is #A3AD0F. Grayscale: #666666. Windows color (decimal): -10726672 or 15749724. OLE color: 15749724.
HSL color Cylindrical-coordinate representation of color #5C52F0: hue angle of 243.8º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C52F0 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 82 | 240 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.06 |
| HSL | 243.8º | 0.84% | 0.63% | - |
| HSV(B) | 243.8º | 0.66% | 0.94% | - |
| XYZ | 23.16 | 14.6 | 84.04 | - |
| YUV | 103 | 205.31 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 240 | 0.62 | 0.66 | 0 | 0.06 | 243.8 | 0.84 | 0.63 |
| Hex | 5C | 52 | F0 | 3E | 42 | 0 | 6 | F4 | 54 | 3F |
| Octal | 134 | 122 | 360 | 76 | 102 | 0 | 6 | 364 | 124 | 77 |
| Binary | 1011100 | 1010010 | 11110000 | 111110 | 1000010 | 0 | 110 | 11110100 | 1010100 | 111111 |
Color Harmonies of #5C52F0
Complementary color
Monochromatic Colors of #5C52F0
Black with #5C52F0
Text Example
Text Example
White with #5C52F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C52F0; }
p { color: rgb(92,82,240); }
H1.HeaderClassName
{
color: #5C52F0;
}
.AnyTagClassName
{
color: #5C52F0;
}
</style>
background-color css
<style>
a { background-color: #5C52F0; }
a { background-color: rgb(92,82,240); }
div.DivClassName
{
background-color: #5C52F0;
}
.BgClassName
{
background-color: #5C52F0;
}
</style>
border-color css
<style>
span { border-color: #5C52F0; }
span { border-color: rgb(92,82,240); }
td.TdClassName
{
border-color: #5C52F0;
}
.TagClassName
{
border-color: #5C52F0;
}
</style>