Shades of Neon Blue #5C55FC
Tints of Neon Blue #5C55FC
RGB
CMYK
RGB Variations
Color information
#5C55FC (or 0x5C55FC) is known color: Neon Blue. HEX triplet: 5C, 55 and FC. RGB value is (92,85,252). Sum of RGB (Red+Green+Blue) = 92+85+252=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C55FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C55FC is #A3AA03. Grayscale: #696969. Windows color (decimal): -10725892 or 16536924. OLE color: 16536924.
HSL color Cylindrical-coordinate representation of color #5C55FC: hue angle of 242.51º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C55FC is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 85 | 252 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.01 |
| HSL | 242.52º | 0.97% | 0.66% | - |
| HSV(B) | 242.52º | 0.66% | 0.99% | - |
| XYZ | 25.23 | 15.8 | 93.82 | - |
| YUV | 106.13 | 210.32 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 85 | 252 | 0.63 | 0.66 | 0 | 0.01 | 242.52 | 0.97 | 0.66 |
| Hex | 5C | 55 | FC | 3F | 42 | 0 | 1 | F3 | 61 | 42 |
| Octal | 134 | 125 | 374 | 77 | 102 | 0 | 1 | 363 | 141 | 102 |
| Binary | 1011100 | 1010101 | 11111100 | 111111 | 1000010 | 0 | 1 | 11110011 | 1100001 | 1000010 |
Color Harmonies of #5C55FC
Complementary color
Monochromatic Colors of #5C55FC
Black with #5C55FC
Text Example
Text Example
White with #5C55FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C55FC; }
p { color: rgb(92,85,252); }
H1.HeaderClassName
{
color: #5C55FC;
}
.AnyTagClassName
{
color: #5C55FC;
}
</style>
background-color css
<style>
a { background-color: #5C55FC; }
a { background-color: rgb(92,85,252); }
div.DivClassName
{
background-color: #5C55FC;
}
.BgClassName
{
background-color: #5C55FC;
}
</style>
border-color css
<style>
span { border-color: #5C55FC; }
span { border-color: rgb(92,85,252); }
td.TdClassName
{
border-color: #5C55FC;
}
.TagClassName
{
border-color: #5C55FC;
}
</style>