Shades of Neon Blue #5665FE
Tints of Neon Blue #5665FE
RGB
CMYK
RGB Variations
Color information
#5665FE (or 0x5665FE) is known color: Neon Blue. HEX triplet: 56, 65 and FE. RGB value is (86,101,254). Sum of RGB (Red+Green+Blue) = 86+101+254=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #5665FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5665FE is #A99A01. Grayscale: #717171. Windows color (decimal): -11115010 or 16672086. OLE color: 16672086.
HSL color Cylindrical-coordinate representation of color #5665FE: hue angle of 234.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5665FE is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 101 | 254 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.00 |
| HSL | 234.64º | 0.99% | 0.67% | - |
| HSV(B) | 234.64º | 0.66% | 1% | - |
| XYZ | 26.38 | 18.44 | 95.94 | - |
| YUV | 113.96 | 207.03 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 254 | 0.66 | 0.60 | 0 | 0.00 | 234.64 | 0.99 | 0.67 |
| Hex | 56 | 65 | FE | 42 | 3C | 0 | 0 | EB | 63 | 43 |
| Octal | 126 | 145 | 376 | 102 | 74 | 0 | 0 | 353 | 143 | 103 |
| Binary | 1010110 | 1100101 | 11111110 | 1000010 | 111100 | 0 | 0 | 11101011 | 1100011 | 1000011 |
Color Harmonies of #5665FE
Complementary color
Monochromatic Colors of #5665FE
Black with #5665FE
Text Example
Text Example
White with #5665FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5665FE; }
p { color: rgb(86,101,254); }
H1.HeaderClassName
{
color: #5665FE;
}
.AnyTagClassName
{
color: #5665FE;
}
</style>
background-color css
<style>
a { background-color: #5665FE; }
a { background-color: rgb(86,101,254); }
div.DivClassName
{
background-color: #5665FE;
}
.BgClassName
{
background-color: #5665FE;
}
</style>
border-color css
<style>
span { border-color: #5665FE; }
span { border-color: rgb(86,101,254); }
td.TdClassName
{
border-color: #5665FE;
}
.TagClassName
{
border-color: #5665FE;
}
</style>