#4D69FF

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

Shades of Neon Blue #4D69FF

Tints of Neon Blue #4D69FF

Color information

#4D69FF (or 0x4D69FF) is unknown color: approx Neon Blue. HEX triplet: 4D, 69 and FF. RGB value is (77,105,255). Sum of RGB (Red+Green+Blue) = 77+105+255=437 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.62% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D69FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D69FF is #B29600. Grayscale: #717171. Windows color (decimal): -11703809 or 16738637. OLE color: 16738637.

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

Color convert

RGB77105255-
CMYK0.700.5900
HSL230.56º100%65.1%-
HSV(B)230.56º69.8%100%-
XYZ26.1618.996.88-
YUV113.73207.72101.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.62%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 255 (100% from 255) = 58.35%
R=17.62%
G=24.03%
B=58.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal771052550.700.5900230.5610065.1
Hex4D69FF463B00e76441
Octal1151513771067300347144101
Binary10011011101001111111111000110111011001110011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D69FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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