Shades of Neon Blue #5C60F8
Tints of Neon Blue #5C60F8
RGB
CMYK
RGB Variations
Color information
#5C60F8 (or 0x5C60F8) is known color: Neon Blue. HEX triplet: 5C, 60 and F8. RGB value is (92,96,248). Sum of RGB (Red+Green+Blue) = 92+96+248=436 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.10% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #5C60F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C60F8 is #A39F07. Grayscale: #6F6F6F. Windows color (decimal): -10723080 or 16277596. OLE color: 16277596.
HSL color Cylindrical-coordinate representation of color #5C60F8: hue angle of 238.46º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C60F8 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 92 | 96 | 248 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.03 |
| HSL | 238.46º | 0.92% | 0.67% | - |
| HSV(B) | 238.46º | 0.63% | 0.97% | - |
| XYZ | 25.54 | 17.42 | 90.82 | - |
| YUV | 112.13 | 204.67 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 248 | 0.63 | 0.61 | 0 | 0.03 | 238.46 | 0.92 | 0.67 |
| Hex | 5C | 60 | F8 | 3F | 3D | 0 | 3 | EE | 5C | 43 |
| Octal | 134 | 140 | 370 | 77 | 75 | 0 | 3 | 356 | 134 | 103 |
| Binary | 1011100 | 1100000 | 11111000 | 111111 | 111101 | 0 | 11 | 11101110 | 1011100 | 1000011 |
Color Harmonies of #5C60F8
Complementary color
Monochromatic Colors of #5C60F8
Black with #5C60F8
Text Example
Text Example
White with #5C60F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C60F8; }
p { color: rgb(92,96,248); }
H1.HeaderClassName
{
color: #5C60F8;
}
.AnyTagClassName
{
color: #5C60F8;
}
</style>
background-color css
<style>
a { background-color: #5C60F8; }
a { background-color: rgb(92,96,248); }
div.DivClassName
{
background-color: #5C60F8;
}
.BgClassName
{
background-color: #5C60F8;
}
</style>
border-color css
<style>
span { border-color: #5C60F8; }
span { border-color: rgb(92,96,248); }
td.TdClassName
{
border-color: #5C60F8;
}
.TagClassName
{
border-color: #5C60F8;
}
</style>