Shades of Neon Blue #4D48FB
Tints of Neon Blue #4D48FB
RGB
CMYK
RGB Variations
Color information
#4D48FB (or 0x4D48FB) is known color: Neon Blue. HEX triplet: 4D, 48 and FB. RGB value is (77,72,251). Sum of RGB (Red+Green+Blue) = 77+72+251=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D48FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D48FB is #B2B704. Grayscale: #5D5D5D. Windows color (decimal): -11712261 or 16468045. OLE color: 16468045.
HSL color Cylindrical-coordinate representation of color #4D48FB: hue angle of 241.68º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D48FB is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 72 | 251 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.02 |
| HSL | 241.68º | 0.96% | 0.63% | - |
| HSV(B) | 241.68º | 0.71% | 0.98% | - |
| XYZ | 22.79 | 13.18 | 92.61 | - |
| YUV | 93.9 | 216.66 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 251 | 0.69 | 0.71 | 0 | 0.02 | 241.68 | 0.96 | 0.63 |
| Hex | 4D | 48 | FB | 45 | 47 | 0 | 2 | F2 | 60 | 3F |
| Octal | 115 | 110 | 373 | 105 | 107 | 0 | 2 | 362 | 140 | 77 |
| Binary | 1001101 | 1001000 | 11111011 | 1000101 | 1000111 | 0 | 10 | 11110010 | 1100000 | 111111 |
Color Harmonies of #4D48FB
Complementary color
Monochromatic Colors of #4D48FB
Black with #4D48FB
Text Example
Text Example
White with #4D48FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D48FB; }
p { color: rgb(77,72,251); }
H1.HeaderClassName
{
color: #4D48FB;
}
.AnyTagClassName
{
color: #4D48FB;
}
</style>
background-color css
<style>
a { background-color: #4D48FB; }
a { background-color: rgb(77,72,251); }
div.DivClassName
{
background-color: #4D48FB;
}
.BgClassName
{
background-color: #4D48FB;
}
</style>
border-color css
<style>
span { border-color: #4D48FB; }
span { border-color: rgb(77,72,251); }
td.TdClassName
{
border-color: #4D48FB;
}
.TagClassName
{
border-color: #4D48FB;
}
</style>