Shades of Neon Blue #4D52FA
Tints of Neon Blue #4D52FA
RGB
CMYK
RGB Variations
Color information
#4D52FA (or 0x4D52FA) is known color: Neon Blue. HEX triplet: 4D, 52 and FA. RGB value is (77,82,250). Sum of RGB (Red+Green+Blue) = 77+82+250=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D52FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D52FA is #B2AD05. Grayscale: #626262. Windows color (decimal): -11709702 or 16405069. OLE color: 16405069.
HSL color Cylindrical-coordinate representation of color #4D52FA: hue angle of 238.27º degrees, saturation: 0.95, 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 #4D52FA is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 82 | 250 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.02 |
| HSL | 238.27º | 0.95% | 0.64% | - |
| HSV(B) | 238.27º | 0.69% | 0.98% | - |
| XYZ | 23.33 | 14.51 | 92.01 | - |
| YUV | 99.66 | 212.84 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 250 | 0.69 | 0.67 | 0 | 0.02 | 238.27 | 0.95 | 0.64 |
| Hex | 4D | 52 | FA | 45 | 43 | 0 | 2 | EE | 5F | 40 |
| Octal | 115 | 122 | 372 | 105 | 103 | 0 | 2 | 356 | 137 | 100 |
| Binary | 1001101 | 1010010 | 11111010 | 1000101 | 1000011 | 0 | 10 | 11101110 | 1011111 | 1000000 |
Color Harmonies of #4D52FA
Complementary color
Monochromatic Colors of #4D52FA
Black with #4D52FA
Text Example
Text Example
White with #4D52FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D52FA; }
p { color: rgb(77,82,250); }
H1.HeaderClassName
{
color: #4D52FA;
}
.AnyTagClassName
{
color: #4D52FA;
}
</style>
background-color css
<style>
a { background-color: #4D52FA; }
a { background-color: rgb(77,82,250); }
div.DivClassName
{
background-color: #4D52FA;
}
.BgClassName
{
background-color: #4D52FA;
}
</style>
border-color css
<style>
span { border-color: #4D52FA; }
span { border-color: rgb(77,82,250); }
td.TdClassName
{
border-color: #4D52FA;
}
.TagClassName
{
border-color: #4D52FA;
}
</style>