Shades of Neon Blue #665DFF
Tints of Neon Blue #665DFF
RGB
CMYK
RGB Variations
Color information
#665DFF (or 0x665DFF) is known color: Neon Blue. HEX triplet: 66, 5D and FF. RGB value is (102,93,255). Sum of RGB (Red+Green+Blue) = 102+93+255=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #665DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665DFF is #99A200. Grayscale: #717171. Windows color (decimal): -10068481 or 16735590. OLE color: 16735590.
HSL color Cylindrical-coordinate representation of color #665DFF: hue angle of 243.33º 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 #665DFF is Cyan = 0.6, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 93 | 255 | - |
| CMYK | 0.6 | 0.64 | 0 | 0 |
| HSL | 243.33º | 1% | 0.68% | - |
| HSV(B) | 243.33º | 0.64% | 1% | - |
| XYZ | 27.44 | 17.87 | 96.61 | - |
| YUV | 114.16 | 207.48 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 255 | 0.6 | 0.64 | 0 | 0 | 243.33 | 1 | 0.68 |
| Hex | 66 | 5D | FF | 3C | 40 | 0 | 0 | F3 | 64 | 44 |
| Octal | 146 | 135 | 377 | 74 | 100 | 0 | 0 | 363 | 144 | 104 |
| Binary | 1100110 | 1011101 | 11111111 | 111100 | 1000000 | 0 | 0 | 11110011 | 1100100 | 1000100 |
Color Harmonies of #665DFF
Complementary color
Monochromatic Colors of #665DFF
Black with #665DFF
Text Example
Text Example
White with #665DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665DFF; }
p { color: rgb(102,93,255); }
H1.HeaderClassName
{
color: #665DFF;
}
.AnyTagClassName
{
color: #665DFF;
}
</style>
background-color css
<style>
a { background-color: #665DFF; }
a { background-color: rgb(102,93,255); }
div.DivClassName
{
background-color: #665DFF;
}
.BgClassName
{
background-color: #665DFF;
}
</style>
border-color css
<style>
span { border-color: #665DFF; }
span { border-color: rgb(102,93,255); }
td.TdClassName
{
border-color: #665DFF;
}
.TagClassName
{
border-color: #665DFF;
}
</style>