Shades of Neon Blue #4D64FB
Tints of Neon Blue #4D64FB
RGB
CMYK
RGB Variations
Color information
#4D64FB (or 0x4D64FB) is known color: Neon Blue. HEX triplet: 4D, 64 and FB. RGB value is (77,100,251). Sum of RGB (Red+Green+Blue) = 77+100+251=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D64FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D64FB is #B29B04. Grayscale: #6D6D6D. Windows color (decimal): -11705093 or 16475213. OLE color: 16475213.
HSL color Cylindrical-coordinate representation of color #4D64FB: hue angle of 232.07º degrees, saturation: 0.96, 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 #4D64FB is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 100 | 251 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.02 |
| HSL | 232.07º | 0.96% | 0.64% | - |
| HSV(B) | 232.07º | 0.69% | 0.98% | - |
| XYZ | 25.03 | 17.66 | 93.36 | - |
| YUV | 110.34 | 207.38 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 251 | 0.69 | 0.60 | 0 | 0.02 | 232.07 | 0.96 | 0.64 |
| Hex | 4D | 64 | FB | 45 | 3C | 0 | 2 | E8 | 60 | 40 |
| Octal | 115 | 144 | 373 | 105 | 74 | 0 | 2 | 350 | 140 | 100 |
| Binary | 1001101 | 1100100 | 11111011 | 1000101 | 111100 | 0 | 10 | 11101000 | 1100000 | 1000000 |
Color Harmonies of #4D64FB
Complementary color
Monochromatic Colors of #4D64FB
Black with #4D64FB
Text Example
Text Example
White with #4D64FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D64FB; }
p { color: rgb(77,100,251); }
H1.HeaderClassName
{
color: #4D64FB;
}
.AnyTagClassName
{
color: #4D64FB;
}
</style>
background-color css
<style>
a { background-color: #4D64FB; }
a { background-color: rgb(77,100,251); }
div.DivClassName
{
background-color: #4D64FB;
}
.BgClassName
{
background-color: #4D64FB;
}
</style>
border-color css
<style>
span { border-color: #4D64FB; }
span { border-color: rgb(77,100,251); }
td.TdClassName
{
border-color: #4D64FB;
}
.TagClassName
{
border-color: #4D64FB;
}
</style>