Shades of Neon Blue #665BFD
Tints of Neon Blue #665BFD
RGB
CMYK
RGB Variations
Color information
#665BFD (or 0x665BFD) is known color: Neon Blue. HEX triplet: 66, 5B and FD. RGB value is (102,91,253). Sum of RGB (Red+Green+Blue) = 102+91+253=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #665BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665BFD is #99A402. Grayscale: #707070. Windows color (decimal): -10068995 or 16604006. OLE color: 16604006.
HSL color Cylindrical-coordinate representation of color #665BFD: hue angle of 244.07º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #665BFD is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 91 | 253 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.01 |
| HSL | 244.07º | 0.98% | 0.67% | - |
| HSV(B) | 244.07º | 0.64% | 0.99% | - |
| XYZ | 26.95 | 17.4 | 94.87 | - |
| YUV | 112.76 | 207.14 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 253 | 0.60 | 0.64 | 0 | 0.01 | 244.07 | 0.98 | 0.67 |
| Hex | 66 | 5B | FD | 3C | 40 | 0 | 1 | F4 | 62 | 43 |
| Octal | 146 | 133 | 375 | 74 | 100 | 0 | 1 | 364 | 142 | 103 |
| Binary | 1100110 | 1011011 | 11111101 | 111100 | 1000000 | 0 | 1 | 11110100 | 1100010 | 1000011 |
Color Harmonies of #665BFD
Complementary color
Monochromatic Colors of #665BFD
Black with #665BFD
Text Example
Text Example
White with #665BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BFD; }
p { color: rgb(102,91,253); }
H1.HeaderClassName
{
color: #665BFD;
}
.AnyTagClassName
{
color: #665BFD;
}
</style>
background-color css
<style>
a { background-color: #665BFD; }
a { background-color: rgb(102,91,253); }
div.DivClassName
{
background-color: #665BFD;
}
.BgClassName
{
background-color: #665BFD;
}
</style>
border-color css
<style>
span { border-color: #665BFD; }
span { border-color: rgb(102,91,253); }
td.TdClassName
{
border-color: #665BFD;
}
.TagClassName
{
border-color: #665BFD;
}
</style>