#4750e2

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

Shades of Neon Blue #4750E2

Tints of Neon Blue #4750E2

Color information

#4750E2 (or 0x4750E2) is unknown color: approx Neon Blue. HEX triplet: 47, 50 and E2. RGB value is (71,80,226). Sum of RGB (Red+Green+Blue) = 71+80+226=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 226 (88.67% from 255 or 59.95% from 377); Max value from RGB is 226 - color contains mainly: blue. Hex color #4750E2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4750E2 is #B8AF1D. Grayscale: #5D5D5D. Windows color (decimal): -12103454 or 14831687. OLE color: 14831687.

HSL color Cylindrical-coordinate representation of color #4750E2: hue angle of 236.52º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4750E2 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7180226-
CMYK0.690.6500.11
HSL236.52º72.77%58.24%-
HSV(B)236.52º68.58%88.63%-
XYZ19.1912.5773.37-
YUV93.95202.52111.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.83%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 226 (88.67% from 255) = 59.95%
R=18.83%
G=21.22%
B=59.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal71802260.690.6500.11236.5272.7758.24
Hex4750E245410Bed493a
Octal10712034210510101335511172
Binary10001111010000111000101000101100000101011111011011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4750e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4750e2; }

 p { color: rgb(71,80,226); }

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

<style>
 a { background-color: #4750e2; }

 a { background-color: rgb(71,80,226); }

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

<style>
 span { border-color: #4750e2; }

 span { border-color: rgb(71,80,226); }

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