Shades of Neon Blue #665BFF
Tints of Neon Blue #665BFF
RGB
CMYK
RGB Variations
Color information
#665BFF (or 0x665BFF) is known color: Neon Blue. HEX triplet: 66, 5B and FF. RGB value is (102,91,255). Sum of RGB (Red+Green+Blue) = 102+91+255=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #665BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665BFF is #99A400. Grayscale: #707070. Windows color (decimal): -10068993 or 16735078. OLE color: 16735078.
HSL color Cylindrical-coordinate representation of color #665BFF: hue angle of 244.02º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #665BFF is Cyan = 0.6, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 91 | 255 | - |
| CMYK | 0.6 | 0.64 | 0 | 0 |
| HSL | 244.02º | 1% | 0.68% | - |
| HSV(B) | 244.02º | 0.64% | 1% | - |
| XYZ | 27.27 | 17.53 | 96.55 | - |
| YUV | 112.99 | 208.14 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 255 | 0.6 | 0.64 | 0 | 0 | 244.02 | 1 | 0.68 |
| Hex | 66 | 5B | FF | 3C | 40 | 0 | 0 | F4 | 64 | 44 |
| Octal | 146 | 133 | 377 | 74 | 100 | 0 | 0 | 364 | 144 | 104 |
| Binary | 1100110 | 1011011 | 11111111 | 111100 | 1000000 | 0 | 0 | 11110100 | 1100100 | 1000100 |
Color Harmonies of #665BFF
Complementary color
Monochromatic Colors of #665BFF
Black with #665BFF
Text Example
Text Example
White with #665BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BFF; }
p { color: rgb(102,91,255); }
H1.HeaderClassName
{
color: #665BFF;
}
.AnyTagClassName
{
color: #665BFF;
}
</style>
background-color css
<style>
a { background-color: #665BFF; }
a { background-color: rgb(102,91,255); }
div.DivClassName
{
background-color: #665BFF;
}
.BgClassName
{
background-color: #665BFF;
}
</style>
border-color css
<style>
span { border-color: #665BFF; }
span { border-color: rgb(102,91,255); }
td.TdClassName
{
border-color: #665BFF;
}
.TagClassName
{
border-color: #665BFF;
}
</style>