Shades of Neon Blue #4D62FE
Tints of Neon Blue #4D62FE
RGB
CMYK
RGB Variations
Color information
#4D62FE (or 0x4D62FE) is known color: Neon Blue. HEX triplet: 4D, 62 and FE. RGB value is (77,98,254). Sum of RGB (Red+Green+Blue) = 77+98+254=429 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.95% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D62FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D62FE is #B29D01. Grayscale: #6C6C6C. Windows color (decimal): -11705602 or 16671309. OLE color: 16671309.
HSL color Cylindrical-coordinate representation of color #4D62FE: hue angle of 232.88º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D62FE is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 98 | 254 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.00 |
| HSL | 232.88º | 0.99% | 0.65% | - |
| HSV(B) | 232.88º | 0.7% | 1% | - |
| XYZ | 25.32 | 17.47 | 95.8 | - |
| YUV | 109.51 | 209.54 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 254 | 0.70 | 0.61 | 0 | 0.00 | 232.88 | 0.99 | 0.65 |
| Hex | 4D | 62 | FE | 46 | 3D | 0 | 0 | E9 | 63 | 41 |
| Octal | 115 | 142 | 376 | 106 | 75 | 0 | 0 | 351 | 143 | 101 |
| Binary | 1001101 | 1100010 | 11111110 | 1000110 | 111101 | 0 | 0 | 11101001 | 1100011 | 1000001 |
Color Harmonies of #4D62FE
Complementary color
Monochromatic Colors of #4D62FE
Black with #4D62FE
Text Example
Text Example
White with #4D62FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D62FE; }
p { color: rgb(77,98,254); }
H1.HeaderClassName
{
color: #4D62FE;
}
.AnyTagClassName
{
color: #4D62FE;
}
</style>
background-color css
<style>
a { background-color: #4D62FE; }
a { background-color: rgb(77,98,254); }
div.DivClassName
{
background-color: #4D62FE;
}
.BgClassName
{
background-color: #4D62FE;
}
</style>
border-color css
<style>
span { border-color: #4D62FE; }
span { border-color: rgb(77,98,254); }
td.TdClassName
{
border-color: #4D62FE;
}
.TagClassName
{
border-color: #4D62FE;
}
</style>