Shades of Neon Blue #5C66FE
Tints of Neon Blue #5C66FE
RGB
CMYK
RGB Variations
Color information
#5C66FE (or 0x5C66FE) is known color: Neon Blue. HEX triplet: 5C, 66 and FE. RGB value is (92,102,254). Sum of RGB (Red+Green+Blue) = 92+102+254=448 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.54% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C66FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C66FE is #A39901. Grayscale: #737373. Windows color (decimal): -10721538 or 16672348. OLE color: 16672348.
HSL color Cylindrical-coordinate representation of color #5C66FE: hue angle of 236.3º 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 #5C66FE is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 102 | 254 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.00 |
| HSL | 236.3º | 0.99% | 0.68% | - |
| HSV(B) | 236.3º | 0.64% | 1% | - |
| XYZ | 27.05 | 18.93 | 95.99 | - |
| YUV | 116.34 | 205.69 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 102 | 254 | 0.64 | 0.60 | 0 | 0.00 | 236.3 | 0.99 | 0.68 |
| Hex | 5C | 66 | FE | 40 | 3C | 0 | 0 | EC | 63 | 44 |
| Octal | 134 | 146 | 376 | 100 | 74 | 0 | 0 | 354 | 143 | 104 |
| Binary | 1011100 | 1100110 | 11111110 | 1000000 | 111100 | 0 | 0 | 11101100 | 1100011 | 1000100 |
Color Harmonies of #5C66FE
Complementary color
Monochromatic Colors of #5C66FE
Black with #5C66FE
Text Example
Text Example
White with #5C66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C66FE; }
p { color: rgb(92,102,254); }
H1.HeaderClassName
{
color: #5C66FE;
}
.AnyTagClassName
{
color: #5C66FE;
}
</style>
background-color css
<style>
a { background-color: #5C66FE; }
a { background-color: rgb(92,102,254); }
div.DivClassName
{
background-color: #5C66FE;
}
.BgClassName
{
background-color: #5C66FE;
}
</style>
border-color css
<style>
span { border-color: #5C66FE; }
span { border-color: rgb(92,102,254); }
td.TdClassName
{
border-color: #5C66FE;
}
.TagClassName
{
border-color: #5C66FE;
}
</style>