Shades of Neon Blue #4D67FC
Tints of Neon Blue #4D67FC
RGB
CMYK
RGB Variations
Color information
#4D67FC (or 0x4D67FC) is known color: Neon Blue. HEX triplet: 4D, 67 and FC. RGB value is (77,103,252). Sum of RGB (Red+Green+Blue) = 77+103+252=432 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.82% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D67FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D67FC is #B29803. Grayscale: #6F6F6F. Windows color (decimal): -11704324 or 16541517. OLE color: 16541517.
HSL color Cylindrical-coordinate representation of color #4D67FC: hue angle of 231.09º 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 #4D67FC is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 103 | 252 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.01 |
| HSL | 231.09º | 0.97% | 0.65% | - |
| HSV(B) | 231.09º | 0.69% | 0.99% | - |
| XYZ | 25.48 | 18.31 | 94.29 | - |
| YUV | 112.21 | 206.89 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 252 | 0.69 | 0.59 | 0 | 0.01 | 231.09 | 0.97 | 0.65 |
| Hex | 4D | 67 | FC | 45 | 3B | 0 | 1 | E7 | 61 | 41 |
| Octal | 115 | 147 | 374 | 105 | 73 | 0 | 1 | 347 | 141 | 101 |
| Binary | 1001101 | 1100111 | 11111100 | 1000101 | 111011 | 0 | 1 | 11100111 | 1100001 | 1000001 |
Color Harmonies of #4D67FC
Complementary color
Monochromatic Colors of #4D67FC
Black with #4D67FC
Text Example
Text Example
White with #4D67FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D67FC; }
p { color: rgb(77,103,252); }
H1.HeaderClassName
{
color: #4D67FC;
}
.AnyTagClassName
{
color: #4D67FC;
}
</style>
background-color css
<style>
a { background-color: #4D67FC; }
a { background-color: rgb(77,103,252); }
div.DivClassName
{
background-color: #4D67FC;
}
.BgClassName
{
background-color: #4D67FC;
}
</style>
border-color css
<style>
span { border-color: #4D67FC; }
span { border-color: rgb(77,103,252); }
td.TdClassName
{
border-color: #4D67FC;
}
.TagClassName
{
border-color: #4D67FC;
}
</style>