Shades of Neon Blue #655DFE
Tints of Neon Blue #655DFE
RGB
CMYK
RGB Variations
Color information
#655DFE (or 0x655DFE) is known color: Neon Blue. HEX triplet: 65, 5D and FE. RGB value is (101,93,254). Sum of RGB (Red+Green+Blue) = 101+93+254=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 93 (36.72% from 255 or 20.76% 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 #655DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655DFE is #9AA201. Grayscale: #717171. Windows color (decimal): -10134018 or 16670053. OLE color: 16670053.
HSL color Cylindrical-coordinate representation of color #655DFE: hue angle of 242.98º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #655DFE is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 93 | 254 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.00 |
| HSL | 242.98º | 0.99% | 0.68% | - |
| HSV(B) | 242.98º | 0.63% | 1% | - |
| XYZ | 27.17 | 17.75 | 95.76 | - |
| YUV | 113.75 | 207.15 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 254 | 0.60 | 0.63 | 0 | 0.00 | 242.98 | 0.99 | 0.68 |
| Hex | 65 | 5D | FE | 3C | 3F | 0 | 0 | F3 | 63 | 44 |
| Octal | 145 | 135 | 376 | 74 | 77 | 0 | 0 | 363 | 143 | 104 |
| Binary | 1100101 | 1011101 | 11111110 | 111100 | 111111 | 0 | 0 | 11110011 | 1100011 | 1000100 |
Color Harmonies of #655DFE
Complementary color
Monochromatic Colors of #655DFE
Black with #655DFE
Text Example
Text Example
White with #655DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655DFE; }
p { color: rgb(101,93,254); }
H1.HeaderClassName
{
color: #655DFE;
}
.AnyTagClassName
{
color: #655DFE;
}
</style>
background-color css
<style>
a { background-color: #655DFE; }
a { background-color: rgb(101,93,254); }
div.DivClassName
{
background-color: #655DFE;
}
.BgClassName
{
background-color: #655DFE;
}
</style>
border-color css
<style>
span { border-color: #655DFE; }
span { border-color: rgb(101,93,254); }
td.TdClassName
{
border-color: #655DFE;
}
.TagClassName
{
border-color: #655DFE;
}
</style>