Shades of Neon Blue #4D45FB
Tints of Neon Blue #4D45FB
RGB
CMYK
RGB Variations
Color information
#4D45FB (or 0x4D45FB) is known color: Neon Blue. HEX triplet: 4D, 45 and FB. RGB value is (77,69,251). Sum of RGB (Red+Green+Blue) = 77+69+251=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D45FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D45FB is #B2BA04. Grayscale: #5B5B5B. Windows color (decimal): -11713029 or 16467277. OLE color: 16467277.
HSL color Cylindrical-coordinate representation of color #4D45FB: hue angle of 242.64º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D45FB is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 69 | 251 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.02 |
| HSL | 242.64º | 0.96% | 0.63% | - |
| HSV(B) | 242.64º | 0.73% | 0.98% | - |
| XYZ | 22.6 | 12.8 | 92.55 | - |
| YUV | 92.14 | 217.65 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 251 | 0.69 | 0.73 | 0 | 0.02 | 242.64 | 0.96 | 0.63 |
| Hex | 4D | 45 | FB | 45 | 49 | 0 | 2 | F3 | 60 | 3F |
| Octal | 115 | 105 | 373 | 105 | 111 | 0 | 2 | 363 | 140 | 77 |
| Binary | 1001101 | 1000101 | 11111011 | 1000101 | 1001001 | 0 | 10 | 11110011 | 1100000 | 111111 |
Color Harmonies of #4D45FB
Complementary color
Monochromatic Colors of #4D45FB
Black with #4D45FB
Text Example
Text Example
White with #4D45FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D45FB; }
p { color: rgb(77,69,251); }
H1.HeaderClassName
{
color: #4D45FB;
}
.AnyTagClassName
{
color: #4D45FB;
}
</style>
background-color css
<style>
a { background-color: #4D45FB; }
a { background-color: rgb(77,69,251); }
div.DivClassName
{
background-color: #4D45FB;
}
.BgClassName
{
background-color: #4D45FB;
}
</style>
border-color css
<style>
span { border-color: #4D45FB; }
span { border-color: rgb(77,69,251); }
td.TdClassName
{
border-color: #4D45FB;
}
.TagClassName
{
border-color: #4D45FB;
}
</style>