#3F3DE4

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

Shades of Neon Blue #3F3DE4

Tints of Neon Blue #3F3DE4

Color information

#3F3DE4 (or 0x3F3DE4) is unknown color: approx Neon Blue. HEX triplet: 3F, 3D and E4. RGB value is (63,61,228). Sum of RGB (Red+Green+Blue) = 63+61+228=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 228 (89.45% from 255 or 64.77% from 352); Max value from RGB is 228 - color contains mainly: blue. Hex color #3F3DE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3DE4 is #C0C21B. Grayscale: #4F4F4F. Windows color (decimal): -12632604 or 14957887. OLE color: 14957887.

HSL color Cylindrical-coordinate representation of color #3F3DE4: hue angle of 240.72º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F3DE4 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6361228-
CMYK0.720.7300.11
HSL240.72º75.57%56.67%-
HSV(B)240.72º73.25%89.41%-
XYZ17.721074.39-
YUV80.64211.16115.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.90%
GREEN value IS 61 (24.22% from 255) = 17.33%
BLUE value IS 228 (89.45% from 255) = 64.77%
R=17.90%
G=17.33%
B=64.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal63612280.720.7300.11240.7275.5756.67
Hex3F3DE448490Bf14c39
Octal777534411011101336111471
Binary111111111101111001001001000100100101011111100011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3DE4; }

 p { color: rgb(63,61,228); }

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

<style>
 a { background-color: #3F3DE4; }

 a { background-color: rgb(63,61,228); }

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

<style>
 span { border-color: #3F3DE4; }

 span { border-color: rgb(63,61,228); }

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