Shades of Neon Blue #4D51FC
Tints of Neon Blue #4D51FC
RGB
CMYK
RGB Variations
Color information
#4D51FC (or 0x4D51FC) is known color: Neon Blue. HEX triplet: 4D, 51 and FC. RGB value is (77,81,252). Sum of RGB (Red+Green+Blue) = 77+81+252=410 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.78% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D51FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D51FC is #B2AE03. Grayscale: #626262. Windows color (decimal): -11709956 or 16535885. OLE color: 16535885.
HSL color Cylindrical-coordinate representation of color #4D51FC: hue angle of 238.63º 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 #4D51FC is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 81 | 252 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.01 |
| HSL | 238.63º | 0.97% | 0.65% | - |
| HSV(B) | 238.63º | 0.69% | 0.99% | - |
| XYZ | 23.57 | 14.49 | 93.65 | - |
| YUV | 99.3 | 214.17 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 252 | 0.69 | 0.68 | 0 | 0.01 | 238.63 | 0.97 | 0.65 |
| Hex | 4D | 51 | FC | 45 | 44 | 0 | 1 | EF | 61 | 41 |
| Octal | 115 | 121 | 374 | 105 | 104 | 0 | 1 | 357 | 141 | 101 |
| Binary | 1001101 | 1010001 | 11111100 | 1000101 | 1000100 | 0 | 1 | 11101111 | 1100001 | 1000001 |
Color Harmonies of #4D51FC
Complementary color
Monochromatic Colors of #4D51FC
Black with #4D51FC
Text Example
Text Example
White with #4D51FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D51FC; }
p { color: rgb(77,81,252); }
H1.HeaderClassName
{
color: #4D51FC;
}
.AnyTagClassName
{
color: #4D51FC;
}
</style>
background-color css
<style>
a { background-color: #4D51FC; }
a { background-color: rgb(77,81,252); }
div.DivClassName
{
background-color: #4D51FC;
}
.BgClassName
{
background-color: #4D51FC;
}
</style>
border-color css
<style>
span { border-color: #4D51FC; }
span { border-color: rgb(77,81,252); }
td.TdClassName
{
border-color: #4D51FC;
}
.TagClassName
{
border-color: #4D51FC;
}
</style>