Html Css Color HEX #3A2EFD Neon Blue

📋 copy color: '#3A2EFD'

red 58 ◦ green 46 ◦ blue 253

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

Shades of Neon Blue #3A2EFD

Tints of Neon Blue #3A2EFD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.89%

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

R = 16.25%
G = 12.89%
B = 70.87%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A2EFD (or 0x3A2EFD) is known color: Neon Blue. HEX triplet: 3A, 2E and FD. RGB value is (58,46,253). Sum of RGB (Red+Green+Blue) = 58+46+253=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A2EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A2EFD is #C5D102. Grayscale: #484848. Windows color (decimal): -12964099 or 16592442. OLE color: 16592442.

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

Color convert

RGB 58 46 253 -
CMYK 0.77 0.82 0 0.01
HSL 243.48º 0.98% 0.59% -
HSV(B) 243.48º 0.82% 0.99% -
XYZ 20.45 9.95 93.77 -
YUV 73.19 229.48 117.17 -
System Red Green Blue C M Y K H S L
Decimal 58 46 253 0.77 0.82 0 0.01 243.48 0.98 0.59
Hex 3A 2E FD 4D 52 0 1 F3 62 3B
Octal 72 56 375 115 122 0 1 363 142 73
Binary 111010 101110 11111101 1001101 1010010 0 1 11110011 1100010 111011

Color Harmonies of #3A2EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2EFD

Black with #3A2EFD

Text Example


Text Example

White with #3A2EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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