Shades of Neon Blue #4D54FF
Tints of Neon Blue #4D54FF
RGB
CMYK
RGB Variations
Color information
#4D54FF (or 0x4D54FF) is known color: Neon Blue. HEX triplet: 4D, 54 and FF. RGB value is (77,84,255). Sum of RGB (Red+Green+Blue) = 77+84+255=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D54FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D54FF is #B2AB00. Grayscale: #646464. Windows color (decimal): -11709185 or 16733261. OLE color: 16733261.
HSL color Cylindrical-coordinate representation of color #4D54FF: hue angle of 237.64º 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 #4D54FF is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 84 | 255 | - |
| CMYK | 0.70 | 0.67 | 0 | 0 |
| HSL | 237.64º | 1% | 0.65% | - |
| HSV(B) | 237.64º | 0.7% | 1% | - |
| XYZ | 24.28 | 15.14 | 96.25 | - |
| YUV | 101.4 | 214.68 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 255 | 0.70 | 0.67 | 0 | 0 | 237.64 | 1 | 0.65 |
| Hex | 4D | 54 | FF | 46 | 43 | 0 | 0 | EE | 64 | 41 |
| Octal | 115 | 124 | 377 | 106 | 103 | 0 | 0 | 356 | 144 | 101 |
| Binary | 1001101 | 1010100 | 11111111 | 1000110 | 1000011 | 0 | 0 | 11101110 | 1100100 | 1000001 |
Color Harmonies of #4D54FF
Complementary color
Monochromatic Colors of #4D54FF
Black with #4D54FF
Text Example
Text Example
White with #4D54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D54FF; }
p { color: rgb(77,84,255); }
H1.HeaderClassName
{
color: #4D54FF;
}
.AnyTagClassName
{
color: #4D54FF;
}
</style>
background-color css
<style>
a { background-color: #4D54FF; }
a { background-color: rgb(77,84,255); }
div.DivClassName
{
background-color: #4D54FF;
}
.BgClassName
{
background-color: #4D54FF;
}
</style>
border-color css
<style>
span { border-color: #4D54FF; }
span { border-color: rgb(77,84,255); }
td.TdClassName
{
border-color: #4D54FF;
}
.TagClassName
{
border-color: #4D54FF;
}
</style>