#4D45F9

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

Shades of Neon Blue #4D45F9

Tints of Neon Blue #4D45F9

Color information

#4D45F9 (or 0x4D45F9) is unknown color: approx Neon Blue. HEX triplet: 4D, 45 and F9. RGB value is (77,69,249). Sum of RGB (Red+Green+Blue) = 77+69+249=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 249 (97.66% from 255 or 63.04% from 395); Max value from RGB is 249 - color contains mainly: blue. Hex color #4D45F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D45F9 is #B2BA06. Grayscale: #5B5B5B. Windows color (decimal): -11713031 or 16336205. OLE color: 16336205.

HSL color Cylindrical-coordinate representation of color #4D45F9: hue angle of 242.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D45F9 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7769249-
CMYK0.690.7200.02
HSL242.67º93.75%62.35%-
HSV(B)242.67º72.29%97.65%-
XYZ22.2912.6790.89-
YUV91.91216.65117.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.49%
GREEN value IS 69 (27.34% from 255) = 17.47%
BLUE value IS 249 (97.66% from 255) = 63.04%
R=19.49%
G=17.47%
B=63.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal77692490.690.7200.02242.6793.7562.35
Hex4D45F9454802f35e3e
Octal1151053711051100236313676
Binary100110110001011111100110001011001000010111100111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D45F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,69,249); }

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

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

 a { background-color: rgb(77,69,249); }

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

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

 span { border-color: rgb(77,69,249); }

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