Html Css Color HEX #3F41EE Neon Blue

📋 copy color: '#3F41EE'

red 63 ◦ green 65 ◦ blue 238

#3F41EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #3F41EE

Tints of Neon Blue #3F41EE

RGB

 RED value IS 63 (25% from 255) = 17.21%

 GREEN value IS 65 (25.78% from 255) = 17.76%

 BLUE value IS 238 (93.36% from 255) = 65.03%

R = 17.21%
G = 17.76%
B = 65.03%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3F41EE (or 0x3F41EE) is known color: Neon Blue. HEX triplet: 3F, 41 and EE. RGB value is (63,65,238). Sum of RGB (Red+Green+Blue) = 63+65+238=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #3F41EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F41EE is #C0BE11. Grayscale: #535353. Windows color (decimal): -12631570 or 15614271. OLE color: 15614271.

HSL color Cylindrical-coordinate representation of color #3F41EE: hue angle of 239.31º 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 #3F41EE is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 65 238 -
CMYK 0.74 0.73 0 0.07
HSL 239.31º 0.84% 0.59% -
HSV(B) 239.31º 0.74% 0.93% -
XYZ 19.37 11.01 81.99 -
YUV 84.12 214.84 112.93 -
System Red Green Blue C M Y K H S L
Decimal 63 65 238 0.74 0.73 0 0.07 239.31 0.84 0.59
Hex 3F 41 EE 4A 49 0 7 EF 54 3B
Octal 77 101 356 112 111 0 7 357 124 73
Binary 111111 1000001 11101110 1001010 1001001 0 111 11101111 1010100 111011

Color Harmonies of #3F41EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F41EE

Black with #3F41EE

Text Example


Text Example

White with #3F41EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F41EE;
 }
 .AnyTagClassName
 {
   color: #3F41EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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