Shades of Neon Blue #655AFB
Tints of Neon Blue #655AFB
RGB
CMYK
RGB Variations
Color information
#655AFB (or 0x655AFB) is known color: Neon Blue. HEX triplet: 65, 5A and FB. RGB value is (101,90,251). Sum of RGB (Red+Green+Blue) = 101+90+251=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #655AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655AFB is #9AA504. Grayscale: #6F6F6F. Windows color (decimal): -10134789 or 16472677. OLE color: 16472677.
HSL color Cylindrical-coordinate representation of color #655AFB: hue angle of 244.1º 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 #655AFB is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 90 | 251 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.02 |
| HSL | 244.1º | 0.95% | 0.67% | - |
| HSV(B) | 244.1º | 0.64% | 0.98% | - |
| XYZ | 26.44 | 17.04 | 93.16 | - |
| YUV | 111.64 | 206.64 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 251 | 0.60 | 0.64 | 0 | 0.02 | 244.1 | 0.95 | 0.67 |
| Hex | 65 | 5A | FB | 3C | 40 | 0 | 2 | F4 | 5F | 43 |
| Octal | 145 | 132 | 373 | 74 | 100 | 0 | 2 | 364 | 137 | 103 |
| Binary | 1100101 | 1011010 | 11111011 | 111100 | 1000000 | 0 | 10 | 11110100 | 1011111 | 1000011 |
Color Harmonies of #655AFB
Complementary color
Monochromatic Colors of #655AFB
Black with #655AFB
Text Example
Text Example
White with #655AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655AFB; }
p { color: rgb(101,90,251); }
H1.HeaderClassName
{
color: #655AFB;
}
.AnyTagClassName
{
color: #655AFB;
}
</style>
background-color css
<style>
a { background-color: #655AFB; }
a { background-color: rgb(101,90,251); }
div.DivClassName
{
background-color: #655AFB;
}
.BgClassName
{
background-color: #655AFB;
}
</style>
border-color css
<style>
span { border-color: #655AFB; }
span { border-color: rgb(101,90,251); }
td.TdClassName
{
border-color: #655AFB;
}
.TagClassName
{
border-color: #655AFB;
}
</style>