Shades of Neon Blue #6640EE
Tints of Neon Blue #6640EE
RGB
CMYK
RGB Variations
Color information
#6640EE (or 0x6640EE) is known color: Neon Blue. HEX triplet: 66, 40 and EE. RGB value is (102,64,238). Sum of RGB (Red+Green+Blue) = 102+64+238=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #6640EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6640EE is #99BF11. Grayscale: #5E5E5E. Windows color (decimal): -10075922 or 15614054. OLE color: 15614054.
HSL color Cylindrical-coordinate representation of color #6640EE: hue angle of 253.1º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6640EE is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 64 | 238 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.07 |
| HSL | 253.1º | 0.84% | 0.59% | - |
| HSV(B) | 253.1º | 0.73% | 0.93% | - |
| XYZ | 22.75 | 12.66 | 82.13 | - |
| YUV | 95.2 | 208.59 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 238 | 0.57 | 0.73 | 0 | 0.07 | 253.1 | 0.84 | 0.59 |
| Hex | 66 | 40 | EE | 39 | 49 | 0 | 7 | FD | 54 | 3B |
| Octal | 146 | 100 | 356 | 71 | 111 | 0 | 7 | 375 | 124 | 73 |
| Binary | 1100110 | 1000000 | 11101110 | 111001 | 1001001 | 0 | 111 | 11111101 | 1010100 | 111011 |
Color Harmonies of #6640EE
Complementary color
Monochromatic Colors of #6640EE
Black with #6640EE
Text Example
Text Example
White with #6640EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6640EE; }
p { color: rgb(102,64,238); }
H1.HeaderClassName
{
color: #6640EE;
}
.AnyTagClassName
{
color: #6640EE;
}
</style>
background-color css
<style>
a { background-color: #6640EE; }
a { background-color: rgb(102,64,238); }
div.DivClassName
{
background-color: #6640EE;
}
.BgClassName
{
background-color: #6640EE;
}
</style>
border-color css
<style>
span { border-color: #6640EE; }
span { border-color: rgb(102,64,238); }
td.TdClassName
{
border-color: #6640EE;
}
.TagClassName
{
border-color: #6640EE;
}
</style>