Shades of Neon Blue #635FFF
Tints of Neon Blue #635FFF
RGB
CMYK
RGB Variations
Color information
#635FFF (or 0x635FFF) is known color: Neon Blue. HEX triplet: 63, 5F and FF. RGB value is (99,95,255). Sum of RGB (Red+Green+Blue) = 99+95+255=449 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.05% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #635FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #635FFF is #9CA000. Grayscale: #717171. Windows color (decimal): -10264577 or 16736099. OLE color: 16736099.
HSL color Cylindrical-coordinate representation of color #635FFF: hue angle of 241.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #635FFF is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 95 | 255 | - |
| CMYK | 0.61 | 0.63 | 0 | 0 |
| HSL | 241.5º | 1% | 0.69% | - |
| HSV(B) | 241.5º | 0.63% | 1% | - |
| XYZ | 27.29 | 18.06 | 96.65 | - |
| YUV | 114.44 | 207.33 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 255 | 0.61 | 0.63 | 0 | 0 | 241.5 | 1 | 0.69 |
| Hex | 63 | 5F | FF | 3D | 3F | 0 | 0 | F2 | 64 | 45 |
| Octal | 143 | 137 | 377 | 75 | 77 | 0 | 0 | 362 | 144 | 105 |
| Binary | 1100011 | 1011111 | 11111111 | 111101 | 111111 | 0 | 0 | 11110010 | 1100100 | 1000101 |
Color Harmonies of #635FFF
Complementary color
Monochromatic Colors of #635FFF
Black with #635FFF
Text Example
Text Example
White with #635FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635FFF; }
p { color: rgb(99,95,255); }
H1.HeaderClassName
{
color: #635FFF;
}
.AnyTagClassName
{
color: #635FFF;
}
</style>
background-color css
<style>
a { background-color: #635FFF; }
a { background-color: rgb(99,95,255); }
div.DivClassName
{
background-color: #635FFF;
}
.BgClassName
{
background-color: #635FFF;
}
</style>
border-color css
<style>
span { border-color: #635FFF; }
span { border-color: rgb(99,95,255); }
td.TdClassName
{
border-color: #635FFF;
}
.TagClassName
{
border-color: #635FFF;
}
</style>