Html Css Color HEX #3F51EC Neon Blue

📋 copy color: '#3F51EC'

red 63 ◦ green 81 ◦ blue 236

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

Shades of Neon Blue #3F51EC

Tints of Neon Blue #3F51EC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.32%

 BLUE value IS 236 (92.58% from 255) = 62.11%

R = 16.58%
G = 21.32%
B = 62.11%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3F51EC (or 0x3F51EC) is known color: Neon Blue. HEX triplet: 3F, 51 and EC. RGB value is (63,81,236). Sum of RGB (Red+Green+Blue) = 63+81+236=380 (50% of max value = 765). Red value is 63 (25% from 255 or 16.58% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #3F51EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F51EC is #C0AE13. Grayscale: #5C5C5C. Windows color (decimal): -12627476 or 15487295. OLE color: 15487295.

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

Color convert

RGB 63 81 236 -
CMYK 0.73 0.66 0 0.07
HSL 233.76º 0.82% 0.59% -
HSV(B) 233.76º 0.73% 0.93% -
XYZ 20.13 13 80.8 -
YUV 93.29 208.54 106.4 -
System Red Green Blue C M Y K H S L
Decimal 63 81 236 0.73 0.66 0 0.07 233.76 0.82 0.59
Hex 3F 51 EC 49 42 0 7 EA 52 3B
Octal 77 121 354 111 102 0 7 352 122 73
Binary 111111 1010001 11101100 1001001 1000010 0 111 11101010 1010010 111011

Color Harmonies of #3F51EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F51EC

Black with #3F51EC

Text Example


Text Example

White with #3F51EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,81,236); }

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

background-color css

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

 a { background-color: rgb(63,81,236); }

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

border-color css

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

 span { border-color: rgb(63,81,236); }

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