Shades of Neon Blue #4F63FE
Tints of Neon Blue #4F63FE
RGB
CMYK
RGB Variations
Color information
#4F63FE (or 0x4F63FE) is known color: Neon Blue. HEX triplet: 4F, 63 and FE. RGB value is (79,99,254). Sum of RGB (Red+Green+Blue) = 79+99+254=432 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.29% from 432); Green value is 99 (39.06% from 255 or 22.92% 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 #4F63FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F63FE is #B09C01. Grayscale: #6E6E6E. Windows color (decimal): -11574274 or 16671567. OLE color: 16671567.
HSL color Cylindrical-coordinate representation of color #4F63FE: hue angle of 233.14º 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 #4F63FE is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 99 | 254 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.00 |
| HSL | 233.14º | 0.99% | 0.65% | - |
| HSV(B) | 233.14º | 0.69% | 1% | - |
| XYZ | 25.58 | 17.74 | 95.84 | - |
| YUV | 110.69 | 208.87 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 99 | 254 | 0.69 | 0.61 | 0 | 0.00 | 233.14 | 0.99 | 0.65 |
| Hex | 4F | 63 | FE | 45 | 3D | 0 | 0 | E9 | 63 | 41 |
| Octal | 117 | 143 | 376 | 105 | 75 | 0 | 0 | 351 | 143 | 101 |
| Binary | 1001111 | 1100011 | 11111110 | 1000101 | 111101 | 0 | 0 | 11101001 | 1100011 | 1000001 |
Color Harmonies of #4F63FE
Complementary color
Monochromatic Colors of #4F63FE
Black with #4F63FE
Text Example
Text Example
White with #4F63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F63FE; }
p { color: rgb(79,99,254); }
H1.HeaderClassName
{
color: #4F63FE;
}
.AnyTagClassName
{
color: #4F63FE;
}
</style>
background-color css
<style>
a { background-color: #4F63FE; }
a { background-color: rgb(79,99,254); }
div.DivClassName
{
background-color: #4F63FE;
}
.BgClassName
{
background-color: #4F63FE;
}
</style>
border-color css
<style>
span { border-color: #4F63FE; }
span { border-color: rgb(79,99,254); }
td.TdClassName
{
border-color: #4F63FE;
}
.TagClassName
{
border-color: #4F63FE;
}
</style>