Shades of Neon Blue #5C5FFF
Tints of Neon Blue #5C5FFF
RGB
CMYK
RGB Variations
Color information
#5C5FFF (or 0x5C5FFF) is known color: Neon Blue. HEX triplet: 5C, 5F and FF. RGB value is (92,95,255). Sum of RGB (Red+Green+Blue) = 92+95+255=442 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.81% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C5FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C5FFF is #A3A000. Grayscale: #6F6F6F. Windows color (decimal): -10723329 or 16736092. OLE color: 16736092.
HSL color Cylindrical-coordinate representation of color #5C5FFF: hue angle of 238.9º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C5FFF is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 95 | 255 | - |
| CMYK | 0.64 | 0.63 | 0 | 0 |
| HSL | 238.9º | 1% | 0.68% | - |
| HSV(B) | 238.9º | 0.64% | 1% | - |
| XYZ | 26.56 | 17.68 | 96.62 | - |
| YUV | 112.34 | 208.51 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 95 | 255 | 0.64 | 0.63 | 0 | 0 | 238.9 | 1 | 0.68 |
| Hex | 5C | 5F | FF | 40 | 3F | 0 | 0 | EF | 64 | 44 |
| Octal | 134 | 137 | 377 | 100 | 77 | 0 | 0 | 357 | 144 | 104 |
| Binary | 1011100 | 1011111 | 11111111 | 1000000 | 111111 | 0 | 0 | 11101111 | 1100100 | 1000100 |
Color Harmonies of #5C5FFF
Complementary color
Monochromatic Colors of #5C5FFF
Black with #5C5FFF
Text Example
Text Example
White with #5C5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5FFF; }
p { color: rgb(92,95,255); }
H1.HeaderClassName
{
color: #5C5FFF;
}
.AnyTagClassName
{
color: #5C5FFF;
}
</style>
background-color css
<style>
a { background-color: #5C5FFF; }
a { background-color: rgb(92,95,255); }
div.DivClassName
{
background-color: #5C5FFF;
}
.BgClassName
{
background-color: #5C5FFF;
}
</style>
border-color css
<style>
span { border-color: #5C5FFF; }
span { border-color: rgb(92,95,255); }
td.TdClassName
{
border-color: #5C5FFF;
}
.TagClassName
{
border-color: #5C5FFF;
}
</style>