Html Css Color HEX #3A47FD Neon Blue

📋 copy color: '#3A47FD'

red 58 ◦ green 71 ◦ blue 253

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

Shades of Neon Blue #3A47FD

Tints of Neon Blue #3A47FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.23%

R = 15.18%
G = 18.59%
B = 66.23%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A47FD (or 0x3A47FD) is known color: Neon Blue. HEX triplet: 3A, 47 and FD. RGB value is (58,71,253). Sum of RGB (Red+Green+Blue) = 58+71+253=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A47FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A47FD is #C5B802. Grayscale: #575757. Windows color (decimal): -12957699 or 16598842. OLE color: 16598842.

HSL color Cylindrical-coordinate representation of color #3A47FD: hue angle of 236º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A47FD is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 71 253 -
CMYK 0.77 0.72 0 0.01
HSL 236º 0.98% 0.61% -
HSV(B) 236º 0.77% 0.99% -
XYZ 21.73 12.5 94.2 -
YUV 87.86 221.19 106.7 -
System Red Green Blue C M Y K H S L
Decimal 58 71 253 0.77 0.72 0 0.01 236 0.98 0.61
Hex 3A 47 FD 4D 48 0 1 EC 62 3D
Octal 72 107 375 115 110 0 1 354 142 75
Binary 111010 1000111 11111101 1001101 1001000 0 1 11101100 1100010 111101

Color Harmonies of #3A47FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A47FD

Black with #3A47FD

Text Example


Text Example

White with #3A47FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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