Shades of Neon Blue #663EF2
Tints of Neon Blue #663EF2
RGB
CMYK
RGB Variations
Color information
#663EF2 (or 0x663EF2) is known color: Neon Blue. HEX triplet: 66, 3E and F2. RGB value is (102,62,242). Sum of RGB (Red+Green+Blue) = 102+62+242=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 242 (94.92% from 255 or 59.61% from 406); Max value from RGB is 242 - color contains mainly: blue. Hex color #663EF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663EF2 is #99C10D. Grayscale: #5D5D5D. Windows color (decimal): -10076430 or 15875686. OLE color: 15875686.
HSL color Cylindrical-coordinate representation of color #663EF2: hue angle of 253.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #663EF2 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 62 | 242 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.05 |
| HSL | 253.33º | 0.87% | 0.6% | - |
| HSV(B) | 253.33º | 0.74% | 0.95% | - |
| XYZ | 23.23 | 12.68 | 85.23 | - |
| YUV | 94.48 | 211.25 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 242 | 0.58 | 0.74 | 0 | 0.05 | 253.33 | 0.87 | 0.6 |
| Hex | 66 | 3E | F2 | 3A | 4A | 0 | 5 | FD | 57 | 3C |
| Octal | 146 | 76 | 362 | 72 | 112 | 0 | 5 | 375 | 127 | 74 |
| Binary | 1100110 | 111110 | 11110010 | 111010 | 1001010 | 0 | 101 | 11111101 | 1010111 | 111100 |
Color Harmonies of #663EF2
Complementary color
Monochromatic Colors of #663EF2
Black with #663EF2
Text Example
Text Example
White with #663EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EF2; }
p { color: rgb(102,62,242); }
H1.HeaderClassName
{
color: #663EF2;
}
.AnyTagClassName
{
color: #663EF2;
}
</style>
background-color css
<style>
a { background-color: #663EF2; }
a { background-color: rgb(102,62,242); }
div.DivClassName
{
background-color: #663EF2;
}
.BgClassName
{
background-color: #663EF2;
}
</style>
border-color css
<style>
span { border-color: #663EF2; }
span { border-color: rgb(102,62,242); }
td.TdClassName
{
border-color: #663EF2;
}
.TagClassName
{
border-color: #663EF2;
}
</style>