Html Css Color HEX #403AE1 Neon Blue

📋 copy color: '#403AE1'

red 64 ◦ green 58 ◦ blue 225

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

Shades of Neon Blue #403AE1

Tints of Neon Blue #403AE1

RGB

 RED value IS 64 (25.39% from 255) = 18.44%

 GREEN value IS 58 (23.05% from 255) = 16.71%

 BLUE value IS 225 (88.28% from 255) = 64.84%

R = 18.44%
G = 16.71%
B = 64.84%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#403AE1 (or 0x403AE1) is known color: Neon Blue. HEX triplet: 40, 3A and E1. RGB value is (64,58,225). Sum of RGB (Red+Green+Blue) = 64+58+225=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 225 (88.28% from 255 or 64.84% from 347); Max value from RGB is 225 - color contains mainly: blue. Hex color #403AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403AE1 is #BFC51E. Grayscale: #4E4E4E. Windows color (decimal): -12567839 or 14760512. OLE color: 14760512.

HSL color Cylindrical-coordinate representation of color #403AE1: hue angle of 242.16º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #403AE1 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 58 225 -
CMYK 0.72 0.74 0 0.12
HSL 242.16º 0.74% 0.55% -
HSV(B) 242.16º 0.74% 0.88% -
XYZ 17.22 9.55 72.17 -
YUV 78.83 210.49 117.42 -
System Red Green Blue C M Y K H S L
Decimal 64 58 225 0.72 0.74 0 0.12 242.16 0.74 0.55
Hex 40 3A E1 48 4A 0 C F2 4A 37
Octal 100 72 341 110 112 0 14 362 112 67
Binary 1000000 111010 11100001 1001000 1001010 0 1100 11110010 1001010 110111

Color Harmonies of #403AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403AE1

Black with #403AE1

Text Example


Text Example

White with #403AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403AE1; }

 p { color: rgb(64,58,225); }

 H1.HeaderClassName
 {
   color: #403AE1;
 }
 .AnyTagClassName
 {
   color: #403AE1;
 }
</style>

background-color css

<style>
 a { background-color: #403AE1; }

 a { background-color: rgb(64,58,225); }

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

border-color css

<style>
 span { border-color: #403AE1; }

 span { border-color: rgb(64,58,225); }

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