Shades of Neon Blue #5A66FE
Tints of Neon Blue #5A66FE
RGB
CMYK
RGB Variations
Color information
#5A66FE (or 0x5A66FE) is known color: Neon Blue. HEX triplet: 5A, 66 and FE. RGB value is (90,102,254). Sum of RGB (Red+Green+Blue) = 90+102+254=446 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.18% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A66FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A66FE is #A59901. Grayscale: #737373. Windows color (decimal): -10852610 or 16672346. OLE color: 16672346.
HSL color Cylindrical-coordinate representation of color #5A66FE: hue angle of 235.61º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A66FE is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 102 | 254 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.00 |
| HSL | 235.61º | 0.99% | 0.67% | - |
| HSV(B) | 235.61º | 0.65% | 1% | - |
| XYZ | 26.86 | 18.83 | 95.99 | - |
| YUV | 115.74 | 206.02 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 254 | 0.65 | 0.60 | 0 | 0.00 | 235.61 | 0.99 | 0.67 |
| Hex | 5A | 66 | FE | 41 | 3C | 0 | 0 | EC | 63 | 43 |
| Octal | 132 | 146 | 376 | 101 | 74 | 0 | 0 | 354 | 143 | 103 |
| Binary | 1011010 | 1100110 | 11111110 | 1000001 | 111100 | 0 | 0 | 11101100 | 1100011 | 1000011 |
Color Harmonies of #5A66FE
Complementary color
Monochromatic Colors of #5A66FE
Black with #5A66FE
Text Example
Text Example
White with #5A66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A66FE; }
p { color: rgb(90,102,254); }
H1.HeaderClassName
{
color: #5A66FE;
}
.AnyTagClassName
{
color: #5A66FE;
}
</style>
background-color css
<style>
a { background-color: #5A66FE; }
a { background-color: rgb(90,102,254); }
div.DivClassName
{
background-color: #5A66FE;
}
.BgClassName
{
background-color: #5A66FE;
}
</style>
border-color css
<style>
span { border-color: #5A66FE; }
span { border-color: rgb(90,102,254); }
td.TdClassName
{
border-color: #5A66FE;
}
.TagClassName
{
border-color: #5A66FE;
}
</style>