Shades of Neon Blue #655BFE
Tints of Neon Blue #655BFE
RGB
CMYK
RGB Variations
Color information
#655BFE (or 0x655BFE) is known color: Neon Blue. HEX triplet: 65, 5B and FE. RGB value is (101,91,254). Sum of RGB (Red+Green+Blue) = 101+91+254=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 91 (35.94% from 255 or 20.40% 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 #655BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655BFE is #9AA401. Grayscale: #6F6F6F. Windows color (decimal): -10134530 or 16669541. OLE color: 16669541.
HSL color Cylindrical-coordinate representation of color #655BFE: hue angle of 243.68º 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 #655BFE is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 91 | 254 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.00 |
| HSL | 243.68º | 0.99% | 0.68% | - |
| HSV(B) | 243.68º | 0.64% | 1% | - |
| XYZ | 27 | 17.4 | 95.7 | - |
| YUV | 112.57 | 207.81 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 254 | 0.60 | 0.64 | 0 | 0.00 | 243.68 | 0.99 | 0.68 |
| Hex | 65 | 5B | FE | 3C | 40 | 0 | 0 | F4 | 63 | 44 |
| Octal | 145 | 133 | 376 | 74 | 100 | 0 | 0 | 364 | 143 | 104 |
| Binary | 1100101 | 1011011 | 11111110 | 111100 | 1000000 | 0 | 0 | 11110100 | 1100011 | 1000100 |
Color Harmonies of #655BFE
Complementary color
Monochromatic Colors of #655BFE
Black with #655BFE
Text Example
Text Example
White with #655BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655BFE; }
p { color: rgb(101,91,254); }
H1.HeaderClassName
{
color: #655BFE;
}
.AnyTagClassName
{
color: #655BFE;
}
</style>
background-color css
<style>
a { background-color: #655BFE; }
a { background-color: rgb(101,91,254); }
div.DivClassName
{
background-color: #655BFE;
}
.BgClassName
{
background-color: #655BFE;
}
</style>
border-color css
<style>
span { border-color: #655BFE; }
span { border-color: rgb(101,91,254); }
td.TdClassName
{
border-color: #655BFE;
}
.TagClassName
{
border-color: #655BFE;
}
</style>