Shades of Neon Blue #655BFB
Tints of Neon Blue #655BFB
RGB
CMYK
RGB Variations
Color information
#655BFB (or 0x655BFB) is known color: Neon Blue. HEX triplet: 65, 5B and FB. RGB value is (101,91,251). Sum of RGB (Red+Green+Blue) = 101+91+251=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #655BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655BFB is #9AA404. Grayscale: #6F6F6F. Windows color (decimal): -10134533 or 16472933. OLE color: 16472933.
HSL color Cylindrical-coordinate representation of color #655BFB: hue angle of 243.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #655BFB is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 91 | 251 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.02 |
| HSL | 243.75º | 0.95% | 0.67% | - |
| HSV(B) | 243.75º | 0.64% | 0.98% | - |
| XYZ | 26.52 | 17.21 | 93.19 | - |
| YUV | 112.23 | 206.31 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 251 | 0.60 | 0.64 | 0 | 0.02 | 243.75 | 0.95 | 0.67 |
| Hex | 65 | 5B | FB | 3C | 40 | 0 | 2 | F4 | 5F | 43 |
| Octal | 145 | 133 | 373 | 74 | 100 | 0 | 2 | 364 | 137 | 103 |
| Binary | 1100101 | 1011011 | 11111011 | 111100 | 1000000 | 0 | 10 | 11110100 | 1011111 | 1000011 |
Color Harmonies of #655BFB
Complementary color
Monochromatic Colors of #655BFB
Black with #655BFB
Text Example
Text Example
White with #655BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655BFB; }
p { color: rgb(101,91,251); }
H1.HeaderClassName
{
color: #655BFB;
}
.AnyTagClassName
{
color: #655BFB;
}
</style>
background-color css
<style>
a { background-color: #655BFB; }
a { background-color: rgb(101,91,251); }
div.DivClassName
{
background-color: #655BFB;
}
.BgClassName
{
background-color: #655BFB;
}
</style>
border-color css
<style>
span { border-color: #655BFB; }
span { border-color: rgb(101,91,251); }
td.TdClassName
{
border-color: #655BFB;
}
.TagClassName
{
border-color: #655BFB;
}
</style>