Shades of Neon Blue #663EEF
Tints of Neon Blue #663EEF
RGB
CMYK
RGB Variations
Color information
#663EEF (or 0x663EEF) is known color: Neon Blue. HEX triplet: 66, 3E and EF. RGB value is (102,62,239). Sum of RGB (Red+Green+Blue) = 102+62+239=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #663EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663EEF is #99C110. Grayscale: #5D5D5D. Windows color (decimal): -10076433 or 15679078. OLE color: 15679078.
HSL color Cylindrical-coordinate representation of color #663EEF: hue angle of 253.56º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #663EEF is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 62 | 239 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.06 |
| HSL | 253.56º | 0.85% | 0.59% | - |
| HSV(B) | 253.56º | 0.74% | 0.94% | - |
| XYZ | 22.78 | 12.5 | 82.87 | - |
| YUV | 94.14 | 209.75 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 239 | 0.57 | 0.74 | 0 | 0.06 | 253.56 | 0.85 | 0.59 |
| Hex | 66 | 3E | EF | 39 | 4A | 0 | 6 | FE | 55 | 3B |
| Octal | 146 | 76 | 357 | 71 | 112 | 0 | 6 | 376 | 125 | 73 |
| Binary | 1100110 | 111110 | 11101111 | 111001 | 1001010 | 0 | 110 | 11111110 | 1010101 | 111011 |
Color Harmonies of #663EEF
Complementary color
Monochromatic Colors of #663EEF
Black with #663EEF
Text Example
Text Example
White with #663EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EEF; }
p { color: rgb(102,62,239); }
H1.HeaderClassName
{
color: #663EEF;
}
.AnyTagClassName
{
color: #663EEF;
}
</style>
background-color css
<style>
a { background-color: #663EEF; }
a { background-color: rgb(102,62,239); }
div.DivClassName
{
background-color: #663EEF;
}
.BgClassName
{
background-color: #663EEF;
}
</style>
border-color css
<style>
span { border-color: #663EEF; }
span { border-color: rgb(102,62,239); }
td.TdClassName
{
border-color: #663EEF;
}
.TagClassName
{
border-color: #663EEF;
}
</style>