Html Css Color HEX #3F49EA Neon Blue

📋 copy color: '#3F49EA'

red 63 ◦ green 73 ◦ blue 234

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

Shades of Neon Blue #3F49EA

Tints of Neon Blue #3F49EA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.73%

 BLUE value IS 234 (91.8% from 255) = 63.24%

R = 17.03%
G = 19.73%
B = 63.24%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3F49EA (or 0x3F49EA) is known color: Neon Blue. HEX triplet: 3F, 49 and EA. RGB value is (63,73,234). Sum of RGB (Red+Green+Blue) = 63+73+234=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #3F49EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F49EA is #C0B615. Grayscale: #575757. Windows color (decimal): -12629526 or 15354175. OLE color: 15354175.

HSL color Cylindrical-coordinate representation of color #3F49EA: hue angle of 236.49º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F49EA is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 73 234 -
CMYK 0.73 0.69 0 0.08
HSL 236.49º 0.8% 0.58% -
HSV(B) 236.49º 0.73% 0.92% -
XYZ 19.28 11.76 79.1 -
YUV 88.36 210.19 109.91 -
System Red Green Blue C M Y K H S L
Decimal 63 73 234 0.73 0.69 0 0.08 236.49 0.8 0.58
Hex 3F 49 EA 49 45 0 8 EC 50 3A
Octal 77 111 352 111 105 0 10 354 120 72
Binary 111111 1001001 11101010 1001001 1000101 0 1000 11101100 1010000 111010

Color Harmonies of #3F49EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F49EA

Black with #3F49EA

Text Example


Text Example

White with #3F49EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,73,234); }

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

background-color css

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

 a { background-color: rgb(63,73,234); }

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

border-color css

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

 span { border-color: rgb(63,73,234); }

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