Shades of Neon Blue #4D43FF
Tints of Neon Blue #4D43FF
RGB
CMYK
RGB Variations
Color information
#4D43FF (or 0x4D43FF) is known color: Neon Blue. HEX triplet: 4D, 43 and FF. RGB value is (77,67,255). Sum of RGB (Red+Green+Blue) = 77+67+255=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D43FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D43FF is #B2BC00. Grayscale: #5A5A5A. Windows color (decimal): -11713537 or 16728909. OLE color: 16728909.
HSL color Cylindrical-coordinate representation of color #4D43FF: hue angle of 243.19º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D43FF is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 67 | 255 | - |
| CMYK | 0.70 | 0.74 | 0 | 0 |
| HSL | 243.19º | 1% | 0.63% | - |
| HSV(B) | 243.19º | 0.74% | 1% | - |
| XYZ | 23.12 | 12.81 | 95.86 | - |
| YUV | 91.42 | 220.31 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 255 | 0.70 | 0.74 | 0 | 0 | 243.19 | 1 | 0.63 |
| Hex | 4D | 43 | FF | 46 | 4A | 0 | 0 | F3 | 64 | 3F |
| Octal | 115 | 103 | 377 | 106 | 112 | 0 | 0 | 363 | 144 | 77 |
| Binary | 1001101 | 1000011 | 11111111 | 1000110 | 1001010 | 0 | 0 | 11110011 | 1100100 | 111111 |
Color Harmonies of #4D43FF
Complementary color
Monochromatic Colors of #4D43FF
Black with #4D43FF
Text Example
Text Example
White with #4D43FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D43FF; }
p { color: rgb(77,67,255); }
H1.HeaderClassName
{
color: #4D43FF;
}
.AnyTagClassName
{
color: #4D43FF;
}
</style>
background-color css
<style>
a { background-color: #4D43FF; }
a { background-color: rgb(77,67,255); }
div.DivClassName
{
background-color: #4D43FF;
}
.BgClassName
{
background-color: #4D43FF;
}
</style>
border-color css
<style>
span { border-color: #4D43FF; }
span { border-color: rgb(77,67,255); }
td.TdClassName
{
border-color: #4D43FF;
}
.TagClassName
{
border-color: #4D43FF;
}
</style>