Shades of Neon Blue #655BFA
Tints of Neon Blue #655BFA
RGB
CMYK
RGB Variations
Color information
#655BFA (or 0x655BFA) is known color: Neon Blue. HEX triplet: 65, 5B and FA. RGB value is (101,91,250). Sum of RGB (Red+Green+Blue) = 101+91+250=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #655BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655BFA is #9AA405. Grayscale: #6F6F6F. Windows color (decimal): -10134534 or 16407397. OLE color: 16407397.
HSL color Cylindrical-coordinate representation of color #655BFA: hue angle of 243.77º degrees, saturation: 0.94, 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 #655BFA is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 91 | 250 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.02 |
| HSL | 243.77º | 0.94% | 0.67% | - |
| HSV(B) | 243.77º | 0.64% | 0.98% | - |
| XYZ | 26.36 | 17.15 | 92.36 | - |
| YUV | 112.12 | 205.81 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 250 | 0.60 | 0.64 | 0 | 0.02 | 243.77 | 0.94 | 0.67 |
| Hex | 65 | 5B | FA | 3C | 40 | 0 | 2 | F4 | 5E | 43 |
| Octal | 145 | 133 | 372 | 74 | 100 | 0 | 2 | 364 | 136 | 103 |
| Binary | 1100101 | 1011011 | 11111010 | 111100 | 1000000 | 0 | 10 | 11110100 | 1011110 | 1000011 |
Color Harmonies of #655BFA
Complementary color
Monochromatic Colors of #655BFA
Black with #655BFA
Text Example
Text Example
White with #655BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655BFA; }
p { color: rgb(101,91,250); }
H1.HeaderClassName
{
color: #655BFA;
}
.AnyTagClassName
{
color: #655BFA;
}
</style>
background-color css
<style>
a { background-color: #655BFA; }
a { background-color: rgb(101,91,250); }
div.DivClassName
{
background-color: #655BFA;
}
.BgClassName
{
background-color: #655BFA;
}
</style>
border-color css
<style>
span { border-color: #655BFA; }
span { border-color: rgb(101,91,250); }
td.TdClassName
{
border-color: #655BFA;
}
.TagClassName
{
border-color: #655BFA;
}
</style>