Shades of Neon Blue #665BFE
Tints of Neon Blue #665BFE
RGB
CMYK
RGB Variations
Color information
#665BFE (or 0x665BFE) is known color: Neon Blue. HEX triplet: 66, 5B and FE. RGB value is (102,91,254). Sum of RGB (Red+Green+Blue) = 102+91+254=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #665BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665BFE is #99A401. Grayscale: #707070. Windows color (decimal): -10068994 or 16669542. OLE color: 16669542.
HSL color Cylindrical-coordinate representation of color #665BFE: hue angle of 244.05º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #665BFE is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 91 | 254 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.00 |
| HSL | 244.05º | 0.99% | 0.68% | - |
| HSV(B) | 244.05º | 0.64% | 1% | - |
| XYZ | 27.11 | 17.46 | 95.71 | - |
| YUV | 112.87 | 207.64 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 254 | 0.60 | 0.64 | 0 | 0.00 | 244.05 | 0.99 | 0.68 |
| Hex | 66 | 5B | FE | 3C | 40 | 0 | 0 | F4 | 63 | 44 |
| Octal | 146 | 133 | 376 | 74 | 100 | 0 | 0 | 364 | 143 | 104 |
| Binary | 1100110 | 1011011 | 11111110 | 111100 | 1000000 | 0 | 0 | 11110100 | 1100011 | 1000100 |
Color Harmonies of #665BFE
Complementary color
Monochromatic Colors of #665BFE
Black with #665BFE
Text Example
Text Example
White with #665BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BFE; }
p { color: rgb(102,91,254); }
H1.HeaderClassName
{
color: #665BFE;
}
.AnyTagClassName
{
color: #665BFE;
}
</style>
background-color css
<style>
a { background-color: #665BFE; }
a { background-color: rgb(102,91,254); }
div.DivClassName
{
background-color: #665BFE;
}
.BgClassName
{
background-color: #665BFE;
}
</style>
border-color css
<style>
span { border-color: #665BFE; }
span { border-color: rgb(102,91,254); }
td.TdClassName
{
border-color: #665BFE;
}
.TagClassName
{
border-color: #665BFE;
}
</style>