Html Css Color HEX #403EF8 Neon Blue

📋 copy color: '#403EF8'

red 64 ◦ green 62 ◦ blue 248

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

Shades of Neon Blue #403EF8

Tints of Neon Blue #403EF8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.58%

 BLUE value IS 248 (97.27% from 255) = 66.31%

R = 17.11%
G = 16.58%
B = 66.31%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#403EF8 (or 0x403EF8) is known color: Neon Blue. HEX triplet: 40, 3E and F8. RGB value is (64,62,248). Sum of RGB (Red+Green+Blue) = 64+62+248=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 248 (97.27% from 255 or 66.31% from 374); Max value from RGB is 248 - color contains mainly: blue. Hex color #403EF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403EF8 is #BFC107. Grayscale: #535353. Windows color (decimal): -12566792 or 16268864. OLE color: 16268864.

HSL color Cylindrical-coordinate representation of color #403EF8: hue angle of 240.65º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #403EF8 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 64 62 248 -
CMYK 0.74 0.75 0 0.03
HSL 240.65º 0.93% 0.61% -
HSV(B) 240.65º 0.75% 0.97% -
XYZ 20.78 11.31 89.9 -
YUV 83.8 220.66 113.88 -
System Red Green Blue C M Y K H S L
Decimal 64 62 248 0.74 0.75 0 0.03 240.65 0.93 0.61
Hex 40 3E F8 4A 4B 0 3 F1 5D 3D
Octal 100 76 370 112 113 0 3 361 135 75
Binary 1000000 111110 11111000 1001010 1001011 0 11 11110001 1011101 111101

Color Harmonies of #403EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403EF8

Black with #403EF8

Text Example


Text Example

White with #403EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,62,248); }

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

background-color css

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

 a { background-color: rgb(64,62,248); }

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

border-color css

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

 span { border-color: rgb(64,62,248); }

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