Html Css Color HEX #403FE9 Neon Blue

📋 copy color: '#403FE9'

red 64 ◦ green 63 ◦ blue 233

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

Shades of Neon Blue #403FE9

Tints of Neon Blue #403FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 64.72%

R = 17.78%
G = 17.5%
B = 64.72%

CMYK

 C value IS 0.73

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#403FE9 (or 0x403FE9) is known color: Neon Blue. HEX triplet: 40, 3F and E9. RGB value is (64,63,233). Sum of RGB (Red+Green+Blue) = 64+63+233=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 233 (91.41% from 255 or 64.72% from 360); Max value from RGB is 233 - color contains mainly: blue. Hex color #403FE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403FE9 is #BFC016. Grayscale: #515151. Windows color (decimal): -12566551 or 15286080. OLE color: 15286080.

HSL color Cylindrical-coordinate representation of color #403FE9: hue angle of 240.35º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #403FE9 is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 63 233 -
CMYK 0.73 0.73 0 0.09
HSL 240.35º 0.79% 0.58% -
HSV(B) 240.35º 0.73% 0.91% -
XYZ 18.6 10.53 78.14 -
YUV 82.68 212.83 114.68 -
System Red Green Blue C M Y K H S L
Decimal 64 63 233 0.73 0.73 0 0.09 240.35 0.79 0.58
Hex 40 3F E9 49 49 0 9 F0 4F 3A
Octal 100 77 351 111 111 0 11 360 117 72
Binary 1000000 111111 11101001 1001001 1001001 0 1001 11110000 1001111 111010

Color Harmonies of #403FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403FE9

Black with #403FE9

Text Example


Text Example

White with #403FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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