Shades of Neon Blue #635BFF
Tints of Neon Blue #635BFF
RGB
CMYK
RGB Variations
Color information
#635BFF (or 0x635BFF) is known color: Neon Blue. HEX triplet: 63, 5B and FF. RGB value is (99,91,255). Sum of RGB (Red+Green+Blue) = 99+91+255=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #635BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #635BFF is #9CA400. Grayscale: #6F6F6F. Windows color (decimal): -10265601 or 16735075. OLE color: 16735075.
HSL color Cylindrical-coordinate representation of color #635BFF: hue angle of 242.93º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #635BFF is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 91 | 255 | - |
| CMYK | 0.61 | 0.64 | 0 | 0 |
| HSL | 242.93º | 1% | 0.68% | - |
| HSV(B) | 242.93º | 0.64% | 1% | - |
| XYZ | 26.94 | 17.35 | 96.54 | - |
| YUV | 112.09 | 208.65 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 255 | 0.61 | 0.64 | 0 | 0 | 242.93 | 1 | 0.68 |
| Hex | 63 | 5B | FF | 3D | 40 | 0 | 0 | F3 | 64 | 44 |
| Octal | 143 | 133 | 377 | 75 | 100 | 0 | 0 | 363 | 144 | 104 |
| Binary | 1100011 | 1011011 | 11111111 | 111101 | 1000000 | 0 | 0 | 11110011 | 1100100 | 1000100 |
Color Harmonies of #635BFF
Complementary color
Monochromatic Colors of #635BFF
Black with #635BFF
Text Example
Text Example
White with #635BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635BFF; }
p { color: rgb(99,91,255); }
H1.HeaderClassName
{
color: #635BFF;
}
.AnyTagClassName
{
color: #635BFF;
}
</style>
background-color css
<style>
a { background-color: #635BFF; }
a { background-color: rgb(99,91,255); }
div.DivClassName
{
background-color: #635BFF;
}
.BgClassName
{
background-color: #635BFF;
}
</style>
border-color css
<style>
span { border-color: #635BFF; }
span { border-color: rgb(99,91,255); }
td.TdClassName
{
border-color: #635BFF;
}
.TagClassName
{
border-color: #635BFF;
}
</style>