Shades of Neon Blue #635DF6
Tints of Neon Blue #635DF6
RGB
CMYK
RGB Variations
Color information
#635DF6 (or 0x635DF6) is known color: Neon Blue. HEX triplet: 63, 5D and F6. RGB value is (99,93,246). Sum of RGB (Red+Green+Blue) = 99+93+246=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #635DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #635DF6 is #9CA209. Grayscale: #6F6F6F. Windows color (decimal): -10265098 or 16145763. OLE color: 16145763.
HSL color Cylindrical-coordinate representation of color #635DF6: hue angle of 242.35º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #635DF6 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 93 | 246 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.04 |
| HSL | 242.35º | 0.89% | 0.66% | - |
| HSV(B) | 242.35º | 0.62% | 0.96% | - |
| XYZ | 25.69 | 17.14 | 89.14 | - |
| YUV | 112.24 | 203.49 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 246 | 0.60 | 0.62 | 0 | 0.04 | 242.35 | 0.89 | 0.66 |
| Hex | 63 | 5D | F6 | 3C | 3E | 0 | 4 | F2 | 59 | 42 |
| Octal | 143 | 135 | 366 | 74 | 76 | 0 | 4 | 362 | 131 | 102 |
| Binary | 1100011 | 1011101 | 11110110 | 111100 | 111110 | 0 | 100 | 11110010 | 1011001 | 1000010 |
Color Harmonies of #635DF6
Complementary color
Monochromatic Colors of #635DF6
Black with #635DF6
Text Example
Text Example
White with #635DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635DF6; }
p { color: rgb(99,93,246); }
H1.HeaderClassName
{
color: #635DF6;
}
.AnyTagClassName
{
color: #635DF6;
}
</style>
background-color css
<style>
a { background-color: #635DF6; }
a { background-color: rgb(99,93,246); }
div.DivClassName
{
background-color: #635DF6;
}
.BgClassName
{
background-color: #635DF6;
}
</style>
border-color css
<style>
span { border-color: #635DF6; }
span { border-color: rgb(99,93,246); }
td.TdClassName
{
border-color: #635DF6;
}
.TagClassName
{
border-color: #635DF6;
}
</style>