Shades of Neon Blue #5C49FF
Tints of Neon Blue #5C49FF
RGB
CMYK
RGB Variations
Color information
#5C49FF (or 0x5C49FF) is known color: Neon Blue. HEX triplet: 5C, 49 and FF. RGB value is (92,73,255). Sum of RGB (Red+Green+Blue) = 92+73+255=420 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.90% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C49FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C49FF is #A3B600. Grayscale: #626262. Windows color (decimal): -10728961 or 16730460. OLE color: 16730460.
HSL color Cylindrical-coordinate representation of color #5C49FF: hue angle of 246.26º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C49FF is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 73 | 255 | - |
| CMYK | 0.64 | 0.71 | 0 | 0 |
| HSL | 246.26º | 1% | 0.64% | - |
| HSV(B) | 246.26º | 0.71% | 1% | - |
| XYZ | 24.85 | 14.26 | 96.05 | - |
| YUV | 99.43 | 215.79 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 255 | 0.64 | 0.71 | 0 | 0 | 246.26 | 1 | 0.64 |
| Hex | 5C | 49 | FF | 40 | 47 | 0 | 0 | F6 | 64 | 40 |
| Octal | 134 | 111 | 377 | 100 | 107 | 0 | 0 | 366 | 144 | 100 |
| Binary | 1011100 | 1001001 | 11111111 | 1000000 | 1000111 | 0 | 0 | 11110110 | 1100100 | 1000000 |
Color Harmonies of #5C49FF
Complementary color
Monochromatic Colors of #5C49FF
Black with #5C49FF
Text Example
Text Example
White with #5C49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C49FF; }
p { color: rgb(92,73,255); }
H1.HeaderClassName
{
color: #5C49FF;
}
.AnyTagClassName
{
color: #5C49FF;
}
</style>
background-color css
<style>
a { background-color: #5C49FF; }
a { background-color: rgb(92,73,255); }
div.DivClassName
{
background-color: #5C49FF;
}
.BgClassName
{
background-color: #5C49FF;
}
</style>
border-color css
<style>
span { border-color: #5C49FF; }
span { border-color: rgb(92,73,255); }
td.TdClassName
{
border-color: #5C49FF;
}
.TagClassName
{
border-color: #5C49FF;
}
</style>