#4D63FD

Color #4D63FD Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4D63FD

Tints of Neon Blue #4D63FD

Color information

#4D63FD (or 0x4D63FD) is unknown color: approx Neon Blue. HEX triplet: 4D, 63 and FD. RGB value is (77,99,253). Sum of RGB (Red+Green+Blue) = 77+99+253=429 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.95% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D63FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D63FD is #B29C02. Grayscale: #6D6D6D. Windows color (decimal): -11705347 or 16606029. OLE color: 16606029.

HSL color Cylindrical-coordinate representation of color #4D63FD: hue angle of 232.5º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D63FD is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7799253-
CMYK0.700.6100.01
HSL232.5º97.78%64.71%-
HSV(B)232.5º69.57%99.22%-
XYZ25.2517.5994.99-
YUV109.98208.71104.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 17.95%
GREEN value IS 99 (39.06% from 255) = 23.08%
BLUE value IS 253 (99.22% from 255) = 58.97%
R=17.95%
G=23.08%
B=58.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal77992530.700.6100.01232.597.7864.71
Hex4D63FD463D01e86241
Octal1151433751067501350142101
Binary10011011100011111111011000110111101011110100011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D63FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D63FD; }

 p { color: rgb(77,99,253); }

 H1.HeaderClassName
 {
   color: #4D63FD;
 }
 .AnyTagClassName
 {
   color: #4D63FD;
 }
</style>
background-color css

<style>
 a { background-color: #4D63FD; }

 a { background-color: rgb(77,99,253); }

 div.DivClassName
 {
   background-color: #4D63FD;
 }
 .BgClassName
 {
   background-color: #4D63FD;
 }
</style>
border-color css

<style>
 span { border-color: #4D63FD; }

 span { border-color: rgb(77,99,253); }

 td.TdClassName
 {
   border-color: #4D63FD;
 }
 .TagClassName
 {
   border-color: #4D63FD;
 }
</style>