Html Css Color HEX #403FEE Neon Blue

📋 copy color: '#403FEE'

red 64 ◦ green 63 ◦ blue 238

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

Shades of Neon Blue #403FEE

Tints of Neon Blue #403FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 17.26%

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

R = 17.53%
G = 17.26%
B = 65.21%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#403FEE (or 0x403FEE) is known color: Neon Blue. HEX triplet: 40, 3F and EE. RGB value is (64,63,238). Sum of RGB (Red+Green+Blue) = 64+63+238=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #403FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403FEE is #BFC011. Grayscale: #525252. Windows color (decimal): -12566546 or 15613760. OLE color: 15613760.

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

Color convert

RGB 64 63 238 -
CMYK 0.73 0.74 0 0.07
HSL 240.34º 0.84% 0.59% -
HSV(B) 240.34º 0.74% 0.93% -
XYZ 19.32 10.82 81.96 -
YUV 83.25 215.33 114.27 -
System Red Green Blue C M Y K H S L
Decimal 64 63 238 0.73 0.74 0 0.07 240.34 0.84 0.59
Hex 40 3F EE 49 4A 0 7 F0 54 3B
Octal 100 77 356 111 112 0 7 360 124 73
Binary 1000000 111111 11101110 1001001 1001010 0 111 11110000 1010100 111011

Color Harmonies of #403FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403FEE

Black with #403FEE

Text Example


Text Example

White with #403FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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