Html Css Color HEX #3A49FD Neon Blue

📋 copy color: '#3A49FD'

red 58 ◦ green 73 ◦ blue 253

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

Shades of Neon Blue #3A49FD

Tints of Neon Blue #3A49FD

RGB

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

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

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

R = 15.1%
G = 19.01%
B = 65.89%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A49FD (or 0x3A49FD) is known color: Neon Blue. HEX triplet: 3A, 49 and FD. RGB value is (58,73,253). Sum of RGB (Red+Green+Blue) = 58+73+253=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A49FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A49FD is #C5B602. Grayscale: #585858. Windows color (decimal): -12957187 or 16599354. OLE color: 16599354.

HSL color Cylindrical-coordinate representation of color #3A49FD: hue angle of 235.38º 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 #3A49FD is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 73 253 -
CMYK 0.77 0.71 0 0.01
HSL 235.38º 0.98% 0.61% -
HSV(B) 235.38º 0.77% 0.99% -
XYZ 21.86 12.76 94.24 -
YUV 89.04 220.53 105.86 -
System Red Green Blue C M Y K H S L
Decimal 58 73 253 0.77 0.71 0 0.01 235.38 0.98 0.61
Hex 3A 49 FD 4D 47 0 1 EB 62 3D
Octal 72 111 375 115 107 0 1 353 142 75
Binary 111010 1001001 11111101 1001101 1000111 0 1 11101011 1100010 111101

Color Harmonies of #3A49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A49FD

Black with #3A49FD

Text Example


Text Example

White with #3A49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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