Shades of Neon Blue #4D61FF
Tints of Neon Blue #4D61FF
RGB
CMYK
RGB Variations
Color information
#4D61FF (or 0x4D61FF) is known color: Neon Blue. HEX triplet: 4D, 61 and FF. RGB value is (77,97,255). Sum of RGB (Red+Green+Blue) = 77+97+255=429 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.95% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D61FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D61FF is #B29E00. Grayscale: #6C6C6C. Windows color (decimal): -11705857 or 16736589. OLE color: 16736589.
HSL color Cylindrical-coordinate representation of color #4D61FF: hue angle of 233.26º 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 #4D61FF is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 97 | 255 | - |
| CMYK | 0.70 | 0.62 | 0 | 0 |
| HSL | 233.26º | 1% | 0.65% | - |
| HSV(B) | 233.26º | 0.7% | 1% | - |
| XYZ | 25.39 | 17.35 | 96.62 | - |
| YUV | 109.03 | 210.37 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 255 | 0.70 | 0.62 | 0 | 0 | 233.26 | 1 | 0.65 |
| Hex | 4D | 61 | FF | 46 | 3E | 0 | 0 | E9 | 64 | 41 |
| Octal | 115 | 141 | 377 | 106 | 76 | 0 | 0 | 351 | 144 | 101 |
| Binary | 1001101 | 1100001 | 11111111 | 1000110 | 111110 | 0 | 0 | 11101001 | 1100100 | 1000001 |
Color Harmonies of #4D61FF
Complementary color
Monochromatic Colors of #4D61FF
Black with #4D61FF
Text Example
Text Example
White with #4D61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D61FF; }
p { color: rgb(77,97,255); }
H1.HeaderClassName
{
color: #4D61FF;
}
.AnyTagClassName
{
color: #4D61FF;
}
</style>
background-color css
<style>
a { background-color: #4D61FF; }
a { background-color: rgb(77,97,255); }
div.DivClassName
{
background-color: #4D61FF;
}
.BgClassName
{
background-color: #4D61FF;
}
</style>
border-color css
<style>
span { border-color: #4D61FF; }
span { border-color: rgb(77,97,255); }
td.TdClassName
{
border-color: #4D61FF;
}
.TagClassName
{
border-color: #4D61FF;
}
</style>