Shades of Neon Blue #4E63FC
Tints of Neon Blue #4E63FC
RGB
CMYK
RGB Variations
Color information
#4E63FC (or 0x4E63FC) is known color: Neon Blue. HEX triplet: 4E, 63 and FC. RGB value is (78,99,252). Sum of RGB (Red+Green+Blue) = 78+99+252=429 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.18% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E63FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E63FC is #B19C03. Grayscale: #6D6D6D. Windows color (decimal): -11639812 or 16540494. OLE color: 16540494.
HSL color Cylindrical-coordinate representation of color #4E63FC: hue angle of 232.76º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E63FC is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 99 | 252 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.01 |
| HSL | 232.76º | 0.97% | 0.65% | - |
| HSV(B) | 232.76º | 0.69% | 0.99% | - |
| XYZ | 25.17 | 17.57 | 94.16 | - |
| YUV | 110.16 | 208.04 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 252 | 0.69 | 0.61 | 0 | 0.01 | 232.76 | 0.97 | 0.65 |
| Hex | 4E | 63 | FC | 45 | 3D | 0 | 1 | E9 | 61 | 41 |
| Octal | 116 | 143 | 374 | 105 | 75 | 0 | 1 | 351 | 141 | 101 |
| Binary | 1001110 | 1100011 | 11111100 | 1000101 | 111101 | 0 | 1 | 11101001 | 1100001 | 1000001 |
Color Harmonies of #4E63FC
Complementary color
Monochromatic Colors of #4E63FC
Black with #4E63FC
Text Example
Text Example
White with #4E63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E63FC; }
p { color: rgb(78,99,252); }
H1.HeaderClassName
{
color: #4E63FC;
}
.AnyTagClassName
{
color: #4E63FC;
}
</style>
background-color css
<style>
a { background-color: #4E63FC; }
a { background-color: rgb(78,99,252); }
div.DivClassName
{
background-color: #4E63FC;
}
.BgClassName
{
background-color: #4E63FC;
}
</style>
border-color css
<style>
span { border-color: #4E63FC; }
span { border-color: rgb(78,99,252); }
td.TdClassName
{
border-color: #4E63FC;
}
.TagClassName
{
border-color: #4E63FC;
}
</style>