Shades of Neon Blue #635BFC
Tints of Neon Blue #635BFC
RGB
CMYK
RGB Variations
Color information
#635BFC (or 0x635BFC) is known color: Neon Blue. HEX triplet: 63, 5B and FC. RGB value is (99,91,252). Sum of RGB (Red+Green+Blue) = 99+91+252=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #635BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #635BFC is #9CA403. Grayscale: #6F6F6F. Windows color (decimal): -10265604 or 16538467. OLE color: 16538467.
HSL color Cylindrical-coordinate representation of color #635BFC: hue angle of 242.98º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #635BFC is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 91 | 252 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.01 |
| HSL | 242.98º | 0.96% | 0.67% | - |
| HSV(B) | 242.98º | 0.64% | 0.99% | - |
| XYZ | 26.46 | 17.16 | 94.01 | - |
| YUV | 111.75 | 207.15 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 252 | 0.61 | 0.64 | 0 | 0.01 | 242.98 | 0.96 | 0.67 |
| Hex | 63 | 5B | FC | 3D | 40 | 0 | 1 | F3 | 60 | 43 |
| Octal | 143 | 133 | 374 | 75 | 100 | 0 | 1 | 363 | 140 | 103 |
| Binary | 1100011 | 1011011 | 11111100 | 111101 | 1000000 | 0 | 1 | 11110011 | 1100000 | 1000011 |
Color Harmonies of #635BFC
Complementary color
Monochromatic Colors of #635BFC
Black with #635BFC
Text Example
Text Example
White with #635BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635BFC; }
p { color: rgb(99,91,252); }
H1.HeaderClassName
{
color: #635BFC;
}
.AnyTagClassName
{
color: #635BFC;
}
</style>
background-color css
<style>
a { background-color: #635BFC; }
a { background-color: rgb(99,91,252); }
div.DivClassName
{
background-color: #635BFC;
}
.BgClassName
{
background-color: #635BFC;
}
</style>
border-color css
<style>
span { border-color: #635BFC; }
span { border-color: rgb(99,91,252); }
td.TdClassName
{
border-color: #635BFC;
}
.TagClassName
{
border-color: #635BFC;
}
</style>