Html Css Color HEX #403FFA Neon Blue

📋 copy color: '#403FFA'

red 64 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #403FFA

Tints of Neon Blue #403FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.31%

R = 16.98%
G = 16.71%
B = 66.31%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#403FFA (or 0x403FFA) is known color: Neon Blue. HEX triplet: 40, 3F and FA. RGB value is (64,63,250). Sum of RGB (Red+Green+Blue) = 64+63+250=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #403FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403FFA is #BFC005. Grayscale: #535353. Windows color (decimal): -12566534 or 16400192. OLE color: 16400192.

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

Color convert

RGB 64 63 250 -
CMYK 0.74 0.75 0 0.02
HSL 240.32º 0.95% 0.61% -
HSV(B) 240.32º 0.75% 0.98% -
XYZ 21.15 11.55 91.56 -
YUV 84.62 221.33 113.29 -
System Red Green Blue C M Y K H S L
Decimal 64 63 250 0.74 0.75 0 0.02 240.32 0.95 0.61
Hex 40 3F FA 4A 4B 0 2 F0 5F 3D
Octal 100 77 372 112 113 0 2 360 137 75
Binary 1000000 111111 11111010 1001010 1001011 0 10 11110000 1011111 111101

Color Harmonies of #403FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403FFA

Black with #403FFA

Text Example


Text Example

White with #403FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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