Shades of Neon Blue #4D5FFE
Tints of Neon Blue #4D5FFE
RGB
CMYK
RGB Variations
Color information
#4D5FFE (or 0x4D5FFE) is known color: Neon Blue. HEX triplet: 4D, 5F and FE. RGB value is (77,95,254). Sum of RGB (Red+Green+Blue) = 77+95+254=426 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.08% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D5FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D5FFE is #B2A001. Grayscale: #6B6B6B. Windows color (decimal): -11706370 or 16670541. OLE color: 16670541.
HSL color Cylindrical-coordinate representation of color #4D5FFE: hue angle of 233.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D5FFE is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 77 | 95 | 254 | - |
CMYK | 0.70 | 0.63 | 0 | 0.00 |
HSL | 233.9º | 0.99% | 0.65% | - |
HSV(B) | 233.9º | 0.7% | 1% | - |
XYZ | 25.04 | 16.92 | 95.71 | - |
YUV | 107.74 | 210.54 | 106.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 95 | 254 | 0.70 | 0.63 | 0 | 0.00 | 233.9 | 0.99 | 0.65 |
Hex | 4D | 5F | FE | 46 | 3F | 0 | 0 | EA | 63 | 41 |
Octal | 115 | 137 | 376 | 106 | 77 | 0 | 0 | 352 | 143 | 101 |
Binary | 1001101 | 1011111 | 11111110 | 1000110 | 111111 | 0 | 0 | 11101010 | 1100011 | 1000001 |
Color Harmonies of #4D5FFE
Complementary color
Monochromatic Colors of #4D5FFE
Black with #4D5FFE
Text Example
Text Example
White with #4D5FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5FFE; }
p { color: rgb(77,95,254); }
H1.HeaderClassName
{
color: #4D5FFE;
}
.AnyTagClassName
{
color: #4D5FFE;
}
</style>
background-color css
<style>
a { background-color: #4D5FFE; }
a { background-color: rgb(77,95,254); }
div.DivClassName
{
background-color: #4D5FFE;
}
.BgClassName
{
background-color: #4D5FFE;
}
</style>
border-color css
<style>
span { border-color: #4D5FFE; }
span { border-color: rgb(77,95,254); }
td.TdClassName
{
border-color: #4D5FFE;
}
.TagClassName
{
border-color: #4D5FFE;
}
</style>