#4F3DE5

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

Shades of Neon Blue #4F3DE5

Tints of Neon Blue #4F3DE5

Color information

#4F3DE5 (or 0x4F3DE5) is unknown color: approx Neon Blue. HEX triplet: 4F, 3D and E5. RGB value is (79,61,229). Sum of RGB (Red+Green+Blue) = 79+61+229=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 229 (89.84% from 255 or 62.06% from 369); Max value from RGB is 229 - color contains mainly: blue. Hex color #4F3DE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3DE5 is #B0C21A. Grayscale: #545454. Windows color (decimal): -11584027 or 15023439. OLE color: 15023439.

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

Color convert

RGB7961229-
CMYK0.660.7300.10
HSL246.43º76.36%56.86%-
HSV(B)246.43º73.36%89.8%-
XYZ19.0410.6675.18-
YUV85.53208.96123.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.41%
GREEN value IS 61 (24.22% from 255) = 16.53%
BLUE value IS 229 (89.84% from 255) = 62.06%
R=21.41%
G=16.53%
B=62.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal79612290.660.7300.10246.4376.3656.86
Hex4F3DE542490Af64c39
Octal1177534510211101236611471
Binary1001111111101111001011000010100100101010111101101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,61,229); }

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

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

 a { background-color: rgb(79,61,229); }

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

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

 span { border-color: rgb(79,61,229); }

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