Shades of Neon Blue #655FFF
Tints of Neon Blue #655FFF
RGB
CMYK
RGB Variations
Color information
#655FFF (or 0x655FFF) is known color: Neon Blue. HEX triplet: 65, 5F and FF. RGB value is (101,95,255). Sum of RGB (Red+Green+Blue) = 101+95+255=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #655FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655FFF is #9AA000. Grayscale: #727272. Windows color (decimal): -10133505 or 16736101. OLE color: 16736101.
HSL color Cylindrical-coordinate representation of color #655FFF: hue angle of 242.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #655FFF is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 95 | 255 | - |
| CMYK | 0.60 | 0.63 | 0 | 0 |
| HSL | 242.25º | 1% | 0.69% | - |
| HSV(B) | 242.25º | 0.63% | 1% | - |
| XYZ | 27.51 | 18.17 | 96.67 | - |
| YUV | 115.03 | 206.99 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 255 | 0.60 | 0.63 | 0 | 0 | 242.25 | 1 | 0.69 |
| Hex | 65 | 5F | FF | 3C | 3F | 0 | 0 | F2 | 64 | 45 |
| Octal | 145 | 137 | 377 | 74 | 77 | 0 | 0 | 362 | 144 | 105 |
| Binary | 1100101 | 1011111 | 11111111 | 111100 | 111111 | 0 | 0 | 11110010 | 1100100 | 1000101 |
Color Harmonies of #655FFF
Complementary color
Monochromatic Colors of #655FFF
Black with #655FFF
Text Example
Text Example
White with #655FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FFF; }
p { color: rgb(101,95,255); }
H1.HeaderClassName
{
color: #655FFF;
}
.AnyTagClassName
{
color: #655FFF;
}
</style>
background-color css
<style>
a { background-color: #655FFF; }
a { background-color: rgb(101,95,255); }
div.DivClassName
{
background-color: #655FFF;
}
.BgClassName
{
background-color: #655FFF;
}
</style>
border-color css
<style>
span { border-color: #655FFF; }
span { border-color: rgb(101,95,255); }
td.TdClassName
{
border-color: #655FFF;
}
.TagClassName
{
border-color: #655FFF;
}
</style>