Html Css Color HEX #403DFA Neon Blue

📋 copy color: '#403DFA'

red 64 ◦ green 61 ◦ blue 250

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

Shades of Neon Blue #403DFA

Tints of Neon Blue #403DFA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.27%

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

R = 17.07%
G = 16.27%
B = 66.67%

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

#403DFA (or 0x403DFA) is known color: Neon Blue. HEX triplet: 40, 3D and FA. RGB value is (64,61,250). Sum of RGB (Red+Green+Blue) = 64+61+250=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #403DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403DFA is #BFC205. Grayscale: #525252. Windows color (decimal): -12567046 or 16399680. OLE color: 16399680.

HSL color Cylindrical-coordinate representation of color #403DFA: hue angle of 240.95º 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 #403DFA is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 61 250 -
CMYK 0.74 0.76 0 0.02
HSL 240.95º 0.95% 0.61% -
HSV(B) 240.95º 0.76% 0.98% -
XYZ 21.04 11.33 91.52 -
YUV 83.44 221.99 114.13 -
System Red Green Blue C M Y K H S L
Decimal 64 61 250 0.74 0.76 0 0.02 240.95 0.95 0.61
Hex 40 3D FA 4A 4C 0 2 F1 5F 3D
Octal 100 75 372 112 114 0 2 361 137 75
Binary 1000000 111101 11111010 1001010 1001100 0 10 11110001 1011111 111101

Color Harmonies of #403DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403DFA

Black with #403DFA

Text Example


Text Example

White with #403DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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