Shades of Neon Blue #4D68FC
Tints of Neon Blue #4D68FC
RGB
CMYK
RGB Variations
Color information
#4D68FC (or 0x4D68FC) is known color: Neon Blue. HEX triplet: 4D, 68 and FC. RGB value is (77,104,252). Sum of RGB (Red+Green+Blue) = 77+104+252=433 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.78% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D68FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D68FC is #B29703. Grayscale: #707070. Windows color (decimal): -11704068 or 16541773. OLE color: 16541773.
HSL color Cylindrical-coordinate representation of color #4D68FC: hue angle of 230.74º 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 #4D68FC is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 104 | 252 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.01 |
| HSL | 230.74º | 0.97% | 0.65% | - |
| HSV(B) | 230.74º | 0.69% | 0.99% | - |
| XYZ | 25.58 | 18.51 | 94.32 | - |
| YUV | 112.8 | 206.55 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 252 | 0.69 | 0.59 | 0 | 0.01 | 230.74 | 0.97 | 0.65 |
| Hex | 4D | 68 | FC | 45 | 3B | 0 | 1 | E7 | 61 | 41 |
| Octal | 115 | 150 | 374 | 105 | 73 | 0 | 1 | 347 | 141 | 101 |
| Binary | 1001101 | 1101000 | 11111100 | 1000101 | 111011 | 0 | 1 | 11100111 | 1100001 | 1000001 |
Color Harmonies of #4D68FC
Complementary color
Monochromatic Colors of #4D68FC
Black with #4D68FC
Text Example
Text Example
White with #4D68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D68FC; }
p { color: rgb(77,104,252); }
H1.HeaderClassName
{
color: #4D68FC;
}
.AnyTagClassName
{
color: #4D68FC;
}
</style>
background-color css
<style>
a { background-color: #4D68FC; }
a { background-color: rgb(77,104,252); }
div.DivClassName
{
background-color: #4D68FC;
}
.BgClassName
{
background-color: #4D68FC;
}
</style>
border-color css
<style>
span { border-color: #4D68FC; }
span { border-color: rgb(77,104,252); }
td.TdClassName
{
border-color: #4D68FC;
}
.TagClassName
{
border-color: #4D68FC;
}
</style>