#3F3DEE

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

Shades of Neon Blue #3F3DEE

Tints of Neon Blue #3F3DEE

Color information

#3F3DEE (or 0x3F3DEE) is unknown color: approx Neon Blue. HEX triplet: 3F, 3D and EE. RGB value is (63,61,238). Sum of RGB (Red+Green+Blue) = 63+61+238=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #3F3DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F3DEE is #C0C211. Grayscale: #515151. Windows color (decimal): -12632594 or 15613247. OLE color: 15613247.

HSL color Cylindrical-coordinate representation of color #3F3DEE: hue angle of 240.68º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F3DEE is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6361238-
CMYK0.740.7400.07
HSL240.68º83.89%58.63%-
HSV(B)240.68º74.37%93.33%-
XYZ19.1510.5781.92-
YUV81.78216.16114.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.40%
GREEN value IS 61 (24.22% from 255) = 16.85%
BLUE value IS 238 (93.36% from 255) = 65.75%
R=17.40%
G=16.85%
B=65.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal63612380.740.7400.07240.6883.8958.63
Hex3F3DEE4A4A07f1543b
Octal77753561121120736112473
Binary11111111110111101110100101010010100111111100011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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