Html Css Color HEX #403CFD Neon Blue

📋 copy color: '#403CFD'

red 64 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #403CFD

Tints of Neon Blue #403CFD

RGB

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

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

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

R = 16.98%
G = 15.92%
B = 67.11%

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

#403CFD (or 0x403CFD) is known color: Neon Blue. HEX triplet: 40, 3C and FD. RGB value is (64,60,253). Sum of RGB (Red+Green+Blue) = 64+60+253=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #403CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403CFD is #BFC302. Grayscale: #525252. Windows color (decimal): -12567299 or 16596032. OLE color: 16596032.

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

Color convert

RGB 64 60 253 -
CMYK 0.75 0.76 0 0.01
HSL 241.24º 0.98% 0.61% -
HSV(B) 241.24º 0.76% 0.99% -
XYZ 21.46 11.41 94 -
YUV 83.2 223.83 114.31 -
System Red Green Blue C M Y K H S L
Decimal 64 60 253 0.75 0.76 0 0.01 241.24 0.98 0.61
Hex 40 3C FD 4B 4C 0 1 F1 62 3D
Octal 100 74 375 113 114 0 1 361 142 75
Binary 1000000 111100 11111101 1001011 1001100 0 1 11110001 1100010 111101

Color Harmonies of #403CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403CFD

Black with #403CFD

Text Example


Text Example

White with #403CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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