Shades of Neon Blue #4D55FA
Tints of Neon Blue #4D55FA
RGB
CMYK
RGB Variations
Color information
#4D55FA (or 0x4D55FA) is known color: Neon Blue. HEX triplet: 4D, 55 and FA. RGB value is (77,85,250). Sum of RGB (Red+Green+Blue) = 77+85+250=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D55FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D55FA is #B2AA05. Grayscale: #646464. Windows color (decimal): -11708934 or 16405837. OLE color: 16405837.
HSL color Cylindrical-coordinate representation of color #4D55FA: hue angle of 237.23º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D55FA is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 85 | 250 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.02 |
| HSL | 237.23º | 0.95% | 0.64% | - |
| HSV(B) | 237.23º | 0.69% | 0.98% | - |
| XYZ | 23.56 | 14.98 | 92.09 | - |
| YUV | 101.42 | 211.85 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 250 | 0.69 | 0.66 | 0 | 0.02 | 237.23 | 0.95 | 0.64 |
| Hex | 4D | 55 | FA | 45 | 42 | 0 | 2 | ED | 5F | 40 |
| Octal | 115 | 125 | 372 | 105 | 102 | 0 | 2 | 355 | 137 | 100 |
| Binary | 1001101 | 1010101 | 11111010 | 1000101 | 1000010 | 0 | 10 | 11101101 | 1011111 | 1000000 |
Color Harmonies of #4D55FA
Complementary color
Monochromatic Colors of #4D55FA
Black with #4D55FA
Text Example
Text Example
White with #4D55FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D55FA; }
p { color: rgb(77,85,250); }
H1.HeaderClassName
{
color: #4D55FA;
}
.AnyTagClassName
{
color: #4D55FA;
}
</style>
background-color css
<style>
a { background-color: #4D55FA; }
a { background-color: rgb(77,85,250); }
div.DivClassName
{
background-color: #4D55FA;
}
.BgClassName
{
background-color: #4D55FA;
}
</style>
border-color css
<style>
span { border-color: #4D55FA; }
span { border-color: rgb(77,85,250); }
td.TdClassName
{
border-color: #4D55FA;
}
.TagClassName
{
border-color: #4D55FA;
}
</style>