Html Css Color HEX #3A47EC Neon Blue

📋 copy color: '#3A47EC'

red 58 ◦ green 71 ◦ blue 236

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

Shades of Neon Blue #3A47EC

Tints of Neon Blue #3A47EC

RGB

 RED value IS 58 (23.05% from 255) = 15.89%

 GREEN value IS 71 (28.13% from 255) = 19.45%

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

R = 15.89%
G = 19.45%
B = 64.66%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3A47EC (or 0x3A47EC) is known color: Neon Blue. HEX triplet: 3A, 47 and EC. RGB value is (58,71,236). Sum of RGB (Red+Green+Blue) = 58+71+236=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A47EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A47EC is #C5B813. Grayscale: #555555. Windows color (decimal): -12957716 or 15484730. OLE color: 15484730.

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

Color convert

RGB 58 71 236 -
CMYK 0.75 0.70 0 0.07
HSL 235.62º 0.82% 0.58% -
HSV(B) 235.62º 0.75% 0.93% -
XYZ 19.14 11.46 80.56 -
YUV 85.92 212.69 108.08 -
System Red Green Blue C M Y K H S L
Decimal 58 71 236 0.75 0.70 0 0.07 235.62 0.82 0.58
Hex 3A 47 EC 4B 46 0 7 EC 52 3A
Octal 72 107 354 113 106 0 7 354 122 72
Binary 111010 1000111 11101100 1001011 1000110 0 111 11101100 1010010 111010

Color Harmonies of #3A47EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A47EC

Black with #3A47EC

Text Example


Text Example

White with #3A47EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,71,236); }

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

background-color css

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

 a { background-color: rgb(58,71,236); }

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

border-color css

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

 span { border-color: rgb(58,71,236); }

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