Html Css Color HEX #4037FD Neon Blue

📋 copy color: '#4037FD'

red 64 ◦ green 55 ◦ blue 253

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

Shades of Neon Blue #4037FD

Tints of Neon Blue #4037FD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.78%

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

R = 17.2%
G = 14.78%
B = 68.01%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4037FD (or 0x4037FD) is known color: Neon Blue. HEX triplet: 40, 37 and FD. RGB value is (64,55,253). Sum of RGB (Red+Green+Blue) = 64+55+253=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #4037FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4037FD is #BFC802. Grayscale: #4F4F4F. Windows color (decimal): -12568579 or 16594752. OLE color: 16594752.

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

Color convert

RGB 64 55 253 -
CMYK 0.75 0.78 0 0.01
HSL 242.73º 0.98% 0.6% -
HSV(B) 242.73º 0.78% 0.99% -
XYZ 21.21 10.91 93.92 -
YUV 80.26 225.48 116.4 -
System Red Green Blue C M Y K H S L
Decimal 64 55 253 0.75 0.78 0 0.01 242.73 0.98 0.6
Hex 40 37 FD 4B 4E 0 1 F3 62 3C
Octal 100 67 375 113 116 0 1 363 142 74
Binary 1000000 110111 11111101 1001011 1001110 0 1 11110011 1100010 111100

Color Harmonies of #4037FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4037FD

Black with #4037FD

Text Example


Text Example

White with #4037FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4037FD; }

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

 H1.HeaderClassName
 {
   color: #4037FD;
 }
 .AnyTagClassName
 {
   color: #4037FD;
 }
</style>

background-color css

<style>
 a { background-color: #4037FD; }

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

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

border-color css

<style>
 span { border-color: #4037FD; }

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

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