Shades of Neon Blue #634FFE
Tints of Neon Blue #634FFE
RGB
CMYK
RGB Variations
Color information
#634FFE (or 0x634FFE) is known color: Neon Blue. HEX triplet: 63, 4F and FE. RGB value is (99,79,254). Sum of RGB (Red+Green+Blue) = 99+79+254=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #634FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #634FFE is #9CB001. Grayscale: #686868. Windows color (decimal): -10268674 or 16666467. OLE color: 16666467.
HSL color Cylindrical-coordinate representation of color #634FFE: hue angle of 246.86º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #634FFE is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 79 | 254 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.00 |
| HSL | 246.86º | 0.99% | 0.65% | - |
| HSV(B) | 246.86º | 0.69% | 1% | - |
| XYZ | 25.83 | 15.4 | 95.38 | - |
| YUV | 104.93 | 212.13 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 254 | 0.61 | 0.69 | 0 | 0.00 | 246.86 | 0.99 | 0.65 |
| Hex | 63 | 4F | FE | 3D | 45 | 0 | 0 | F7 | 63 | 41 |
| Octal | 143 | 117 | 376 | 75 | 105 | 0 | 0 | 367 | 143 | 101 |
| Binary | 1100011 | 1001111 | 11111110 | 111101 | 1000101 | 0 | 0 | 11110111 | 1100011 | 1000001 |
Color Harmonies of #634FFE
Complementary color
Monochromatic Colors of #634FFE
Black with #634FFE
Text Example
Text Example
White with #634FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634FFE; }
p { color: rgb(99,79,254); }
H1.HeaderClassName
{
color: #634FFE;
}
.AnyTagClassName
{
color: #634FFE;
}
</style>
background-color css
<style>
a { background-color: #634FFE; }
a { background-color: rgb(99,79,254); }
div.DivClassName
{
background-color: #634FFE;
}
.BgClassName
{
background-color: #634FFE;
}
</style>
border-color css
<style>
span { border-color: #634FFE; }
span { border-color: rgb(99,79,254); }
td.TdClassName
{
border-color: #634FFE;
}
.TagClassName
{
border-color: #634FFE;
}
</style>