#4F38EA

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

Shades of Neon Blue #4F38EA

Tints of Neon Blue #4F38EA

Color information

#4F38EA (or 0x4F38EA) is unknown color: approx Neon Blue. HEX triplet: 4F, 38 and EA. RGB value is (79,56,234). Sum of RGB (Red+Green+Blue) = 79+56+234=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #4F38EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F38EA is #B0C715. Grayscale: #525252. Windows color (decimal): -11585302 or 15349839. OLE color: 15349839.

HSL color Cylindrical-coordinate representation of color #4F38EA: hue angle of 247.75º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F38EA is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7956234-
CMYK0.660.7600.08
HSL247.75º80.91%56.86%-
HSV(B)247.75º76.07%91.76%-
XYZ19.4910.4378.83-
YUV83.17213.12125.03-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.41%
GREEN value IS 56 (22.27% from 255) = 15.18%
BLUE value IS 234 (91.80% from 255) = 63.41%
R=21.41%
G=15.18%
B=63.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal79562340.660.7600.08247.7580.9156.86
Hex4F38EA424C08f85139
Octal1177035210211401037012171
Binary1001111111000111010101000010100110001000111110001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F38EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,56,234); }

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

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

 a { background-color: rgb(79,56,234); }

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

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

 span { border-color: rgb(79,56,234); }

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