Html Css Color HEX #403AEE Neon Blue

📋 copy color: '#403AEE'

red 64 ◦ green 58 ◦ blue 238

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

Shades of Neon Blue #403AEE

Tints of Neon Blue #403AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 66.11%

R = 17.78%
G = 16.11%
B = 66.11%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#403AEE (or 0x403AEE) is known color: Neon Blue. HEX triplet: 40, 3A and EE. RGB value is (64,58,238). Sum of RGB (Red+Green+Blue) = 64+58+238=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #403AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403AEE is #BFC511. Grayscale: #4F4F4F. Windows color (decimal): -12567826 or 15612480. OLE color: 15612480.

HSL color Cylindrical-coordinate representation of color #403AEE: hue angle of 242º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #403AEE is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 58 238 -
CMYK 0.73 0.76 0 0.07
HSL 242º 0.84% 0.58% -
HSV(B) 242º 0.76% 0.93% -
XYZ 19.06 10.29 81.87 -
YUV 80.31 216.99 116.36 -
System Red Green Blue C M Y K H S L
Decimal 64 58 238 0.73 0.76 0 0.07 242 0.84 0.58
Hex 40 3A EE 49 4C 0 7 F2 54 3A
Octal 100 72 356 111 114 0 7 362 124 72
Binary 1000000 111010 11101110 1001001 1001100 0 111 11110010 1010100 111010

Color Harmonies of #403AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403AEE

Black with #403AEE

Text Example


Text Example

White with #403AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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