Shades of Neon Blue #4D60FA
Tints of Neon Blue #4D60FA
RGB
CMYK
RGB Variations
Color information
#4D60FA (or 0x4D60FA) is known color: Neon Blue. HEX triplet: 4D, 60 and FA. RGB value is (77,96,250). Sum of RGB (Red+Green+Blue) = 77+96+250=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D60FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D60FA is #B29F05. Grayscale: #6B6B6B. Windows color (decimal): -11706118 or 16408653. OLE color: 16408653.
HSL color Cylindrical-coordinate representation of color #4D60FA: hue angle of 233.41º 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 #4D60FA is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 96 | 250 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.02 |
| HSL | 233.41º | 0.95% | 0.64% | - |
| HSV(B) | 233.41º | 0.69% | 0.98% | - |
| XYZ | 24.5 | 16.85 | 92.4 | - |
| YUV | 107.88 | 208.21 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 250 | 0.69 | 0.62 | 0 | 0.02 | 233.41 | 0.95 | 0.64 |
| Hex | 4D | 60 | FA | 45 | 3E | 0 | 2 | E9 | 5F | 40 |
| Octal | 115 | 140 | 372 | 105 | 76 | 0 | 2 | 351 | 137 | 100 |
| Binary | 1001101 | 1100000 | 11111010 | 1000101 | 111110 | 0 | 10 | 11101001 | 1011111 | 1000000 |
Color Harmonies of #4D60FA
Complementary color
Monochromatic Colors of #4D60FA
Black with #4D60FA
Text Example
Text Example
White with #4D60FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D60FA; }
p { color: rgb(77,96,250); }
H1.HeaderClassName
{
color: #4D60FA;
}
.AnyTagClassName
{
color: #4D60FA;
}
</style>
background-color css
<style>
a { background-color: #4D60FA; }
a { background-color: rgb(77,96,250); }
div.DivClassName
{
background-color: #4D60FA;
}
.BgClassName
{
background-color: #4D60FA;
}
</style>
border-color css
<style>
span { border-color: #4D60FA; }
span { border-color: rgb(77,96,250); }
td.TdClassName
{
border-color: #4D60FA;
}
.TagClassName
{
border-color: #4D60FA;
}
</style>