Shades of Neon Blue #4D45FD
Tints of Neon Blue #4D45FD
RGB
CMYK
RGB Variations
Color information
#4D45FD (or 0x4D45FD) is known color: Neon Blue. HEX triplet: 4D, 45 and FD. RGB value is (77,69,253). Sum of RGB (Red+Green+Blue) = 77+69+253=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D45FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D45FD is #B2BA02. Grayscale: #5B5B5B. Windows color (decimal): -11713027 or 16598349. OLE color: 16598349.
HSL color Cylindrical-coordinate representation of color #4D45FD: hue angle of 242.61º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D45FD is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 69 | 253 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.01 |
| HSL | 242.61º | 0.98% | 0.63% | - |
| HSV(B) | 242.61º | 0.73% | 0.99% | - |
| XYZ | 22.92 | 12.93 | 94.22 | - |
| YUV | 92.37 | 218.65 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 253 | 0.70 | 0.73 | 0 | 0.01 | 242.61 | 0.98 | 0.63 |
| Hex | 4D | 45 | FD | 46 | 49 | 0 | 1 | F3 | 62 | 3F |
| Octal | 115 | 105 | 375 | 106 | 111 | 0 | 1 | 363 | 142 | 77 |
| Binary | 1001101 | 1000101 | 11111101 | 1000110 | 1001001 | 0 | 1 | 11110011 | 1100010 | 111111 |
Color Harmonies of #4D45FD
Complementary color
Monochromatic Colors of #4D45FD
Black with #4D45FD
Text Example
Text Example
White with #4D45FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D45FD; }
p { color: rgb(77,69,253); }
H1.HeaderClassName
{
color: #4D45FD;
}
.AnyTagClassName
{
color: #4D45FD;
}
</style>
background-color css
<style>
a { background-color: #4D45FD; }
a { background-color: rgb(77,69,253); }
div.DivClassName
{
background-color: #4D45FD;
}
.BgClassName
{
background-color: #4D45FD;
}
</style>
border-color css
<style>
span { border-color: #4D45FD; }
span { border-color: rgb(77,69,253); }
td.TdClassName
{
border-color: #4D45FD;
}
.TagClassName
{
border-color: #4D45FD;
}
</style>