Html Css Color HEX #403FFD Neon Blue

📋 copy color: '#403FFD'

red 64 ◦ green 63 ◦ blue 253

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

Shades of Neon Blue #403FFD

Tints of Neon Blue #403FFD

RGB

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

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

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

R = 16.84%
G = 16.58%
B = 66.58%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#403FFD (or 0x403FFD) is known color: Neon Blue. HEX triplet: 40, 3F and FD. RGB value is (64,63,253). Sum of RGB (Red+Green+Blue) = 64+63+253=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #403FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403FFD is #BFC002. Grayscale: #545454. Windows color (decimal): -12566531 or 16596800. OLE color: 16596800.

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

Color convert

RGB 64 63 253 -
CMYK 0.75 0.75 0 0.01
HSL 240.32º 0.98% 0.62% -
HSV(B) 240.32º 0.75% 0.99% -
XYZ 21.62 11.74 94.05 -
YUV 84.96 222.83 113.05 -
System Red Green Blue C M Y K H S L
Decimal 64 63 253 0.75 0.75 0 0.01 240.32 0.98 0.62
Hex 40 3F FD 4B 4B 0 1 F0 62 3E
Octal 100 77 375 113 113 0 1 360 142 76
Binary 1000000 111111 11111101 1001011 1001011 0 1 11110000 1100010 111110

Color Harmonies of #403FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403FFD

Black with #403FFD

Text Example


Text Example

White with #403FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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