#4750FA

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

Shades of Neon Blue #4750FA

Tints of Neon Blue #4750FA

Color information

#4750FA (or 0x4750FA) is unknown color: approx Neon Blue. HEX triplet: 47, 50 and FA. RGB value is (71,80,250). Sum of RGB (Red+Green+Blue) = 71+80+250=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #4750FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4750FA is #B8AF05. Grayscale: #606060. Windows color (decimal): -12103430 or 16404551. OLE color: 16404551.

HSL color Cylindrical-coordinate representation of color #4750FA: hue angle of 236.98º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4750FA is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7180250-
CMYK0.720.6800.02
HSL236.98º94.71%62.94%-
HSV(B)236.98º71.6%98.04%-
XYZ22.7213.9891.94-
YUV96.69214.52109.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.71%
GREEN value IS 80 (31.64% from 255) = 19.95%
BLUE value IS 250 (98.05% from 255) = 62.34%
R=17.71%
G=19.95%
B=62.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal71802500.720.6800.02236.9894.7162.94
Hex4750FA484402ed5f3f
Octal1071203721101040235513777
Binary100011110100001111101010010001000100010111011011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4750FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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