Shades of Neon Blue #5C6FFE
Tints of Neon Blue #5C6FFE
RGB
CMYK
RGB Variations
Color information
#5C6FFE (or 0x5C6FFE) is known color: Neon Blue. HEX triplet: 5C, 6F and FE. RGB value is (92,111,254). Sum of RGB (Red+Green+Blue) = 92+111+254=457 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.13% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C6FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C6FFE is #A39001. Grayscale: #797979. Windows color (decimal): -10719234 or 16674652. OLE color: 16674652.
HSL color Cylindrical-coordinate representation of color #5C6FFE: hue angle of 232.96º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C6FFE is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 111 | 254 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.00 |
| HSL | 232.96º | 0.99% | 0.68% | - |
| HSV(B) | 232.96º | 0.64% | 1% | - |
| XYZ | 27.99 | 20.8 | 96.31 | - |
| YUV | 121.62 | 202.71 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 111 | 254 | 0.64 | 0.56 | 0 | 0.00 | 232.96 | 0.99 | 0.68 |
| Hex | 5C | 6F | FE | 40 | 38 | 0 | 0 | E9 | 63 | 44 |
| Octal | 134 | 157 | 376 | 100 | 70 | 0 | 0 | 351 | 143 | 104 |
| Binary | 1011100 | 1101111 | 11111110 | 1000000 | 111000 | 0 | 0 | 11101001 | 1100011 | 1000100 |
Color Harmonies of #5C6FFE
Complementary color
Monochromatic Colors of #5C6FFE
Black with #5C6FFE
Text Example
Text Example
White with #5C6FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6FFE; }
p { color: rgb(92,111,254); }
H1.HeaderClassName
{
color: #5C6FFE;
}
.AnyTagClassName
{
color: #5C6FFE;
}
</style>
background-color css
<style>
a { background-color: #5C6FFE; }
a { background-color: rgb(92,111,254); }
div.DivClassName
{
background-color: #5C6FFE;
}
.BgClassName
{
background-color: #5C6FFE;
}
</style>
border-color css
<style>
span { border-color: #5C6FFE; }
span { border-color: rgb(92,111,254); }
td.TdClassName
{
border-color: #5C6FFE;
}
.TagClassName
{
border-color: #5C6FFE;
}
</style>