#4C47FA

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

Shades of Neon Blue #4C47FA

Tints of Neon Blue #4C47FA

Color information

#4C47FA (or 0x4C47FA) is unknown color: approx Neon Blue. HEX triplet: 4C, 47 and FA. RGB value is (76,71,250). Sum of RGB (Red+Green+Blue) = 76+71+250=397 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.14% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C47FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C47FA is #B3B805. Grayscale: #5C5C5C. Windows color (decimal): -11778054 or 16402252. OLE color: 16402252.

HSL color Cylindrical-coordinate representation of color #4C47FA: hue angle of 241.68º 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 #4C47FA is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7671250-
CMYK0.700.7200.02
HSL241.68º94.71%62.94%-
HSV(B)241.68º71.6%98.04%-
XYZ22.4912.9591.76-
YUV92.9216.66115.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.14%
GREEN value IS 71 (28.12% from 255) = 17.88%
BLUE value IS 250 (98.05% from 255) = 62.97%
R=19.14%
G=17.88%
B=62.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal76712500.700.7200.02241.6894.7162.94
Hex4C47FA464802f25f3f
Octal1141073721061100236213777
Binary100110010001111111101010001101001000010111100101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C47FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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