Shades of Neon Blue #635AF7
Tints of Neon Blue #635AF7
RGB
CMYK
RGB Variations
Color information
#635AF7 (or 0x635AF7) is known color: Neon Blue. HEX triplet: 63, 5A and F7. RGB value is (99,90,247). Sum of RGB (Red+Green+Blue) = 99+90+247=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 247 (96.88% from 255 or 56.65% from 436); Max value from RGB is 247 - color contains mainly: blue. Hex color #635AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #635AF7 is #9CA508. Grayscale: #6D6D6D. Windows color (decimal): -10265865 or 16210531. OLE color: 16210531.
HSL color Cylindrical-coordinate representation of color #635AF7: hue angle of 243.44º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #635AF7 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 99 | 90 | 247 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.03 |
| HSL | 243.44º | 0.91% | 0.66% | - |
| HSV(B) | 243.44º | 0.64% | 0.97% | - |
| XYZ | 25.59 | 16.68 | 89.87 | - |
| YUV | 110.59 | 204.98 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 247 | 0.60 | 0.64 | 0 | 0.03 | 243.44 | 0.91 | 0.66 |
| Hex | 63 | 5A | F7 | 3C | 40 | 0 | 3 | F3 | 5B | 42 |
| Octal | 143 | 132 | 367 | 74 | 100 | 0 | 3 | 363 | 133 | 102 |
| Binary | 1100011 | 1011010 | 11110111 | 111100 | 1000000 | 0 | 11 | 11110011 | 1011011 | 1000010 |
Color Harmonies of #635AF7
Complementary color
Monochromatic Colors of #635AF7
Black with #635AF7
Text Example
Text Example
White with #635AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635AF7; }
p { color: rgb(99,90,247); }
H1.HeaderClassName
{
color: #635AF7;
}
.AnyTagClassName
{
color: #635AF7;
}
</style>
background-color css
<style>
a { background-color: #635AF7; }
a { background-color: rgb(99,90,247); }
div.DivClassName
{
background-color: #635AF7;
}
.BgClassName
{
background-color: #635AF7;
}
</style>
border-color css
<style>
span { border-color: #635AF7; }
span { border-color: rgb(99,90,247); }
td.TdClassName
{
border-color: #635AF7;
}
.TagClassName
{
border-color: #635AF7;
}
</style>