Shades of Neon Blue #4D68FF
Tints of Neon Blue #4D68FF
RGB
CMYK
RGB Variations
Color information
#4D68FF (or 0x4D68FF) is known color: Neon Blue. HEX triplet: 4D, 68 and FF. RGB value is (77,104,255). Sum of RGB (Red+Green+Blue) = 77+104+255=436 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.66% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D68FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D68FF is #B29700. Grayscale: #707070. Windows color (decimal): -11704065 or 16738381. OLE color: 16738381.
HSL color Cylindrical-coordinate representation of color #4D68FF: hue angle of 230.9º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D68FF is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 104 | 255 | - |
| CMYK | 0.70 | 0.59 | 0 | 0 |
| HSL | 230.9º | 1% | 0.65% | - |
| HSV(B) | 230.9º | 0.7% | 1% | - |
| XYZ | 26.06 | 18.7 | 96.84 | - |
| YUV | 113.14 | 208.05 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 255 | 0.70 | 0.59 | 0 | 0 | 230.9 | 1 | 0.65 |
| Hex | 4D | 68 | FF | 46 | 3B | 0 | 0 | E7 | 64 | 41 |
| Octal | 115 | 150 | 377 | 106 | 73 | 0 | 0 | 347 | 144 | 101 |
| Binary | 1001101 | 1101000 | 11111111 | 1000110 | 111011 | 0 | 0 | 11100111 | 1100100 | 1000001 |
Color Harmonies of #4D68FF
Complementary color
Monochromatic Colors of #4D68FF
Black with #4D68FF
Text Example
Text Example
White with #4D68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D68FF; }
p { color: rgb(77,104,255); }
H1.HeaderClassName
{
color: #4D68FF;
}
.AnyTagClassName
{
color: #4D68FF;
}
</style>
background-color css
<style>
a { background-color: #4D68FF; }
a { background-color: rgb(77,104,255); }
div.DivClassName
{
background-color: #4D68FF;
}
.BgClassName
{
background-color: #4D68FF;
}
</style>
border-color css
<style>
span { border-color: #4D68FF; }
span { border-color: rgb(77,104,255); }
td.TdClassName
{
border-color: #4D68FF;
}
.TagClassName
{
border-color: #4D68FF;
}
</style>