Shades of Neon Blue #663DF3
Tints of Neon Blue #663DF3
RGB
CMYK
RGB Variations
Color information
#663DF3 (or 0x663DF3) is known color: Neon Blue. HEX triplet: 66, 3D and F3. RGB value is (102,61,243). Sum of RGB (Red+Green+Blue) = 102+61+243=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #663DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663DF3 is #99C20C. Grayscale: #5D5D5D. Windows color (decimal): -10076685 or 15940966. OLE color: 15940966.
HSL color Cylindrical-coordinate representation of color #663DF3: hue angle of 253.52º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663DF3 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 61 | 243 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.05 |
| HSL | 253.52º | 0.88% | 0.6% | - |
| HSV(B) | 253.52º | 0.75% | 0.95% | - |
| XYZ | 23.33 | 12.63 | 86 | - |
| YUV | 94.01 | 212.08 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 243 | 0.58 | 0.75 | 0 | 0.05 | 253.52 | 0.88 | 0.6 |
| Hex | 66 | 3D | F3 | 3A | 4B | 0 | 5 | FE | 58 | 3C |
| Octal | 146 | 75 | 363 | 72 | 113 | 0 | 5 | 376 | 130 | 74 |
| Binary | 1100110 | 111101 | 11110011 | 111010 | 1001011 | 0 | 101 | 11111110 | 1011000 | 111100 |
Color Harmonies of #663DF3
Complementary color
Monochromatic Colors of #663DF3
Black with #663DF3
Text Example
Text Example
White with #663DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DF3; }
p { color: rgb(102,61,243); }
H1.HeaderClassName
{
color: #663DF3;
}
.AnyTagClassName
{
color: #663DF3;
}
</style>
background-color css
<style>
a { background-color: #663DF3; }
a { background-color: rgb(102,61,243); }
div.DivClassName
{
background-color: #663DF3;
}
.BgClassName
{
background-color: #663DF3;
}
</style>
border-color css
<style>
span { border-color: #663DF3; }
span { border-color: rgb(102,61,243); }
td.TdClassName
{
border-color: #663DF3;
}
.TagClassName
{
border-color: #663DF3;
}
</style>