Shades of Neon Blue #663EFC
Tints of Neon Blue #663EFC
RGB
CMYK
RGB Variations
Color information
#663EFC (or 0x663EFC) is known color: Neon Blue. HEX triplet: 66, 3E and FC. RGB value is (102,62,252). Sum of RGB (Red+Green+Blue) = 102+62+252=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #663EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663EFC is #99C103. Grayscale: #5E5E5E. Windows color (decimal): -10076420 or 16531046. OLE color: 16531046.
HSL color Cylindrical-coordinate representation of color #663EFC: hue angle of 252.63º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663EFC is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 62 | 252 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.01 |
| HSL | 252.63º | 0.97% | 0.62% | - |
| HSV(B) | 252.63º | 0.75% | 0.99% | - |
| XYZ | 24.77 | 13.3 | 93.36 | - |
| YUV | 95.62 | 216.25 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 252 | 0.60 | 0.75 | 0 | 0.01 | 252.63 | 0.97 | 0.62 |
| Hex | 66 | 3E | FC | 3C | 4B | 0 | 1 | FD | 61 | 3E |
| Octal | 146 | 76 | 374 | 74 | 113 | 0 | 1 | 375 | 141 | 76 |
| Binary | 1100110 | 111110 | 11111100 | 111100 | 1001011 | 0 | 1 | 11111101 | 1100001 | 111110 |
Color Harmonies of #663EFC
Complementary color
Monochromatic Colors of #663EFC
Black with #663EFC
Text Example
Text Example
White with #663EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EFC; }
p { color: rgb(102,62,252); }
H1.HeaderClassName
{
color: #663EFC;
}
.AnyTagClassName
{
color: #663EFC;
}
</style>
background-color css
<style>
a { background-color: #663EFC; }
a { background-color: rgb(102,62,252); }
div.DivClassName
{
background-color: #663EFC;
}
.BgClassName
{
background-color: #663EFC;
}
</style>
border-color css
<style>
span { border-color: #663EFC; }
span { border-color: rgb(102,62,252); }
td.TdClassName
{
border-color: #663EFC;
}
.TagClassName
{
border-color: #663EFC;
}
</style>