Shades of Neon Blue #6644EE
Tints of Neon Blue #6644EE
RGB
CMYK
RGB Variations
Color information
#6644EE (or 0x6644EE) is known color: Neon Blue. HEX triplet: 66, 44 and EE. RGB value is (102,68,238). Sum of RGB (Red+Green+Blue) = 102+68+238=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #6644EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6644EE is #99BB11. Grayscale: #606060. Windows color (decimal): -10074898 or 15615078. OLE color: 15615078.
HSL color Cylindrical-coordinate representation of color #6644EE: hue angle of 252º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6644EE is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 68 | 238 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.07 |
| HSL | 252º | 0.83% | 0.6% | - |
| HSV(B) | 252º | 0.71% | 0.93% | - |
| XYZ | 22.98 | 13.13 | 82.21 | - |
| YUV | 97.55 | 207.26 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 238 | 0.57 | 0.71 | 0 | 0.07 | 252 | 0.83 | 0.6 |
| Hex | 66 | 44 | EE | 39 | 47 | 0 | 7 | FC | 53 | 3C |
| Octal | 146 | 104 | 356 | 71 | 107 | 0 | 7 | 374 | 123 | 74 |
| Binary | 1100110 | 1000100 | 11101110 | 111001 | 1000111 | 0 | 111 | 11111100 | 1010011 | 111100 |
Color Harmonies of #6644EE
Complementary color
Monochromatic Colors of #6644EE
Black with #6644EE
Text Example
Text Example
White with #6644EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6644EE; }
p { color: rgb(102,68,238); }
H1.HeaderClassName
{
color: #6644EE;
}
.AnyTagClassName
{
color: #6644EE;
}
</style>
background-color css
<style>
a { background-color: #6644EE; }
a { background-color: rgb(102,68,238); }
div.DivClassName
{
background-color: #6644EE;
}
.BgClassName
{
background-color: #6644EE;
}
</style>
border-color css
<style>
span { border-color: #6644EE; }
span { border-color: rgb(102,68,238); }
td.TdClassName
{
border-color: #6644EE;
}
.TagClassName
{
border-color: #6644EE;
}
</style>