Html Css Color HEX #403DFD Neon Blue

📋 copy color: '#403DFD'

red 64 ◦ green 61 ◦ blue 253

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

Shades of Neon Blue #403DFD

Tints of Neon Blue #403DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.93%

R = 16.93%
G = 16.14%
B = 66.93%

CMYK

 C value IS 0.75

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#403DFD (or 0x403DFD) is known color: Neon Blue. HEX triplet: 40, 3D and FD. RGB value is (64,61,253). Sum of RGB (Red+Green+Blue) = 64+61+253=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #403DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403DFD is #BFC202. Grayscale: #535353. Windows color (decimal): -12567043 or 16596288. OLE color: 16596288.

HSL color Cylindrical-coordinate representation of color #403DFD: hue angle of 240.94º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #403DFD is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 61 253 -
CMYK 0.75 0.76 0 0.01
HSL 240.94º 0.98% 0.62% -
HSV(B) 240.94º 0.76% 0.99% -
XYZ 21.51 11.52 94.02 -
YUV 83.79 223.49 113.89 -
System Red Green Blue C M Y K H S L
Decimal 64 61 253 0.75 0.76 0 0.01 240.94 0.98 0.62
Hex 40 3D FD 4B 4C 0 1 F1 62 3E
Octal 100 75 375 113 114 0 1 361 142 76
Binary 1000000 111101 11111101 1001011 1001100 0 1 11110001 1100010 111110

Color Harmonies of #403DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403DFD

Black with #403DFD

Text Example


Text Example

White with #403DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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