Html Css Color HEX #403CFA Neon Blue

📋 copy color: '#403CFA'

red 64 ◦ green 60 ◦ blue 250

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

Shades of Neon Blue #403CFA

Tints of Neon Blue #403CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.04%

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

R = 17.11%
G = 16.04%
B = 66.84%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#403CFA (or 0x403CFA) is known color: Neon Blue. HEX triplet: 40, 3C and FA. RGB value is (64,60,250). Sum of RGB (Red+Green+Blue) = 64+60+250=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #403CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403CFA is #BFC305. Grayscale: #525252. Windows color (decimal): -12567302 or 16399424. OLE color: 16399424.

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

Color convert

RGB 64 60 250 -
CMYK 0.74 0.76 0 0.02
HSL 241.26º 0.95% 0.61% -
HSV(B) 241.26º 0.76% 0.98% -
XYZ 20.99 11.22 91.5 -
YUV 82.86 222.33 114.55 -
System Red Green Blue C M Y K H S L
Decimal 64 60 250 0.74 0.76 0 0.02 241.26 0.95 0.61
Hex 40 3C FA 4A 4C 0 2 F1 5F 3D
Octal 100 74 372 112 114 0 2 361 137 75
Binary 1000000 111100 11111010 1001010 1001100 0 10 11110001 1011111 111101

Color Harmonies of #403CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403CFA

Black with #403CFA

Text Example


Text Example

White with #403CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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