#4D69FD

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

Shades of Neon Blue #4D69FD

Tints of Neon Blue #4D69FD

Color information

#4D69FD (or 0x4D69FD) is unknown color: approx Neon Blue. HEX triplet: 4D, 69 and FD. RGB value is (77,105,253). Sum of RGB (Red+Green+Blue) = 77+105+253=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D69FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D69FD is #B29602. Grayscale: #707070. Windows color (decimal): -11703811 or 16607565. OLE color: 16607565.

HSL color Cylindrical-coordinate representation of color #4D69FD: hue angle of 230.45º 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 #4D69FD is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB77105253-
CMYK0.700.5800.01
HSL230.45º97.78%64.71%-
HSV(B)230.45º69.57%99.22%-
XYZ25.8418.7795.19-
YUV113.5206.72101.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.70%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 253 (99.22% from 255) = 58.16%
R=17.70%
G=24.14%
B=58.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal771052530.700.5800.01230.4597.7864.71
Hex4D69FD463A01e66241
Octal1151513751067201346142101
Binary10011011101001111111011000110111010011110011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D69FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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