Shades of Neon Blue #6640ED
Tints of Neon Blue #6640ED
RGB
CMYK
RGB Variations
Color information
#6640ED (or 0x6640ED) is known color: Neon Blue. HEX triplet: 66, 40 and ED. RGB value is (102,64,237). Sum of RGB (Red+Green+Blue) = 102+64+237=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #6640ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6640ED is #99BF12. Grayscale: #5E5E5E. Windows color (decimal): -10075923 or 15548518. OLE color: 15548518.
HSL color Cylindrical-coordinate representation of color #6640ED: hue angle of 253.18º degrees, saturation: 0.83, 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 #6640ED is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 64 | 237 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.07 |
| HSL | 253.18º | 0.83% | 0.59% | - |
| HSV(B) | 253.18º | 0.73% | 0.93% | - |
| XYZ | 22.6 | 12.61 | 81.36 | - |
| YUV | 95.08 | 208.09 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 237 | 0.57 | 0.73 | 0 | 0.07 | 253.18 | 0.83 | 0.59 |
| Hex | 66 | 40 | ED | 39 | 49 | 0 | 7 | FD | 53 | 3B |
| Octal | 146 | 100 | 355 | 71 | 111 | 0 | 7 | 375 | 123 | 73 |
| Binary | 1100110 | 1000000 | 11101101 | 111001 | 1001001 | 0 | 111 | 11111101 | 1010011 | 111011 |
Color Harmonies of #6640ED
Complementary color
Monochromatic Colors of #6640ED
Black with #6640ED
Text Example
Text Example
White with #6640ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6640ED; }
p { color: rgb(102,64,237); }
H1.HeaderClassName
{
color: #6640ED;
}
.AnyTagClassName
{
color: #6640ED;
}
</style>
background-color css
<style>
a { background-color: #6640ED; }
a { background-color: rgb(102,64,237); }
div.DivClassName
{
background-color: #6640ED;
}
.BgClassName
{
background-color: #6640ED;
}
</style>
border-color css
<style>
span { border-color: #6640ED; }
span { border-color: rgb(102,64,237); }
td.TdClassName
{
border-color: #6640ED;
}
.TagClassName
{
border-color: #6640ED;
}
</style>