#4750e8

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

Shades of Neon Blue #4750E8

Tints of Neon Blue #4750E8

Color information

#4750E8 (or 0x4750E8) is unknown color: approx Neon Blue. HEX triplet: 47, 50 and E8. RGB value is (71,80,232). Sum of RGB (Red+Green+Blue) = 71+80+232=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 232 (91.02% from 255 or 60.57% from 383); Max value from RGB is 232 - color contains mainly: blue. Hex color #4750E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4750E8 is #B8AF17. Grayscale: #5E5E5E. Windows color (decimal): -12103448 or 15224903. OLE color: 15224903.

HSL color Cylindrical-coordinate representation of color #4750E8: hue angle of 236.65º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4750E8 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7180232-
CMYK0.690.6600.09
HSL236.65º77.78%59.41%-
HSV(B)236.65º69.4%90.98%-
XYZ20.0312.977.78-
YUV94.64205.52111.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.54%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 232 (91.02% from 255) = 60.57%
R=18.54%
G=20.89%
B=60.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal71802320.690.6600.09236.6577.7859.41
Hex4750E8454209ed4e3b
Octal10712035010510201135511673
Binary10001111010000111010001000101100001001001111011011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4750e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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