Shades of Neon Blue #5C68FE
Tints of Neon Blue #5C68FE
RGB
CMYK
RGB Variations
Color information
#5C68FE (or 0x5C68FE) is known color: Neon Blue. HEX triplet: 5C, 68 and FE. RGB value is (92,104,254). Sum of RGB (Red+Green+Blue) = 92+104+254=450 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.44% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C68FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C68FE is #A39701. Grayscale: #747474. Windows color (decimal): -10721026 or 16672860. OLE color: 16672860.
HSL color Cylindrical-coordinate representation of color #5C68FE: hue angle of 235.56º 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 #5C68FE is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 104 | 254 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.00 |
| HSL | 235.56º | 0.99% | 0.68% | - |
| HSV(B) | 235.56º | 0.64% | 1% | - |
| XYZ | 27.25 | 19.33 | 96.06 | - |
| YUV | 117.51 | 205.02 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 104 | 254 | 0.64 | 0.59 | 0 | 0.00 | 235.56 | 0.99 | 0.68 |
| Hex | 5C | 68 | FE | 40 | 3B | 0 | 0 | EC | 63 | 44 |
| Octal | 134 | 150 | 376 | 100 | 73 | 0 | 0 | 354 | 143 | 104 |
| Binary | 1011100 | 1101000 | 11111110 | 1000000 | 111011 | 0 | 0 | 11101100 | 1100011 | 1000100 |
Color Harmonies of #5C68FE
Complementary color
Monochromatic Colors of #5C68FE
Black with #5C68FE
Text Example
Text Example
White with #5C68FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C68FE; }
p { color: rgb(92,104,254); }
H1.HeaderClassName
{
color: #5C68FE;
}
.AnyTagClassName
{
color: #5C68FE;
}
</style>
background-color css
<style>
a { background-color: #5C68FE; }
a { background-color: rgb(92,104,254); }
div.DivClassName
{
background-color: #5C68FE;
}
.BgClassName
{
background-color: #5C68FE;
}
</style>
border-color css
<style>
span { border-color: #5C68FE; }
span { border-color: rgb(92,104,254); }
td.TdClassName
{
border-color: #5C68FE;
}
.TagClassName
{
border-color: #5C68FE;
}
</style>