Shades of Neon Blue #635BFA
Tints of Neon Blue #635BFA
RGB
CMYK
RGB Variations
Color information
#635BFA (or 0x635BFA) is known color: Neon Blue. HEX triplet: 63, 5B and FA. RGB value is (99,91,250). Sum of RGB (Red+Green+Blue) = 99+91+250=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #635BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #635BFA is #9CA405. Grayscale: #6E6E6E. Windows color (decimal): -10265606 or 16407395. OLE color: 16407395.
HSL color Cylindrical-coordinate representation of color #635BFA: hue angle of 243.02º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #635BFA is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 91 | 250 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.02 |
| HSL | 243.02º | 0.94% | 0.67% | - |
| HSV(B) | 243.02º | 0.64% | 0.98% | - |
| XYZ | 26.14 | 17.04 | 92.35 | - |
| YUV | 111.52 | 206.15 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 250 | 0.60 | 0.64 | 0 | 0.02 | 243.02 | 0.94 | 0.67 |
| Hex | 63 | 5B | FA | 3C | 40 | 0 | 2 | F3 | 5E | 43 |
| Octal | 143 | 133 | 372 | 74 | 100 | 0 | 2 | 363 | 136 | 103 |
| Binary | 1100011 | 1011011 | 11111010 | 111100 | 1000000 | 0 | 10 | 11110011 | 1011110 | 1000011 |
Color Harmonies of #635BFA
Complementary color
Monochromatic Colors of #635BFA
Black with #635BFA
Text Example
Text Example
White with #635BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635BFA; }
p { color: rgb(99,91,250); }
H1.HeaderClassName
{
color: #635BFA;
}
.AnyTagClassName
{
color: #635BFA;
}
</style>
background-color css
<style>
a { background-color: #635BFA; }
a { background-color: rgb(99,91,250); }
div.DivClassName
{
background-color: #635BFA;
}
.BgClassName
{
background-color: #635BFA;
}
</style>
border-color css
<style>
span { border-color: #635BFA; }
span { border-color: rgb(99,91,250); }
td.TdClassName
{
border-color: #635BFA;
}
.TagClassName
{
border-color: #635BFA;
}
</style>