Shades of Neon Blue #6644EF
Tints of Neon Blue #6644EF
RGB
CMYK
RGB Variations
Color information
#6644EF (or 0x6644EF) is known color: Neon Blue. HEX triplet: 66, 44 and EF. RGB value is (102,68,239). Sum of RGB (Red+Green+Blue) = 102+68+239=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #6644EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6644EF is #99BB10. Grayscale: #616161. Windows color (decimal): -10074897 or 15680614. OLE color: 15680614.
HSL color Cylindrical-coordinate representation of color #6644EF: hue angle of 251.93º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6644EF is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 68 | 239 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.06 |
| HSL | 251.93º | 0.84% | 0.6% | - |
| HSV(B) | 251.93º | 0.72% | 0.94% | - |
| XYZ | 23.13 | 13.19 | 82.99 | - |
| YUV | 97.66 | 207.76 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 239 | 0.57 | 0.72 | 0 | 0.06 | 251.93 | 0.84 | 0.6 |
| Hex | 66 | 44 | EF | 39 | 48 | 0 | 6 | FC | 54 | 3C |
| Octal | 146 | 104 | 357 | 71 | 110 | 0 | 6 | 374 | 124 | 74 |
| Binary | 1100110 | 1000100 | 11101111 | 111001 | 1001000 | 0 | 110 | 11111100 | 1010100 | 111100 |
Color Harmonies of #6644EF
Complementary color
Monochromatic Colors of #6644EF
Black with #6644EF
Text Example
Text Example
White with #6644EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6644EF; }
p { color: rgb(102,68,239); }
H1.HeaderClassName
{
color: #6644EF;
}
.AnyTagClassName
{
color: #6644EF;
}
</style>
background-color css
<style>
a { background-color: #6644EF; }
a { background-color: rgb(102,68,239); }
div.DivClassName
{
background-color: #6644EF;
}
.BgClassName
{
background-color: #6644EF;
}
</style>
border-color css
<style>
span { border-color: #6644EF; }
span { border-color: rgb(102,68,239); }
td.TdClassName
{
border-color: #6644EF;
}
.TagClassName
{
border-color: #6644EF;
}
</style>