Html Css Color HEX #4038FD Neon Blue

📋 copy color: '#4038FD'

red 64 ◦ green 56 ◦ blue 253

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

Shades of Neon Blue #4038FD

Tints of Neon Blue #4038FD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.01%

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

R = 17.16%
G = 15.01%
B = 67.83%

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

#4038FD (or 0x4038FD) is known color: Neon Blue. HEX triplet: 40, 38 and FD. RGB value is (64,56,253). Sum of RGB (Red+Green+Blue) = 64+56+253=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #4038FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4038FD is #BFC702. Grayscale: #505050. Windows color (decimal): -12568323 or 16595008. OLE color: 16595008.

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

Color convert

RGB 64 56 253 -
CMYK 0.75 0.78 0 0.01
HSL 242.44º 0.98% 0.61% -
HSV(B) 242.44º 0.78% 0.99% -
XYZ 21.26 11.01 93.93 -
YUV 80.85 225.15 115.98 -
System Red Green Blue C M Y K H S L
Decimal 64 56 253 0.75 0.78 0 0.01 242.44 0.98 0.61
Hex 40 38 FD 4B 4E 0 1 F2 62 3D
Octal 100 70 375 113 116 0 1 362 142 75
Binary 1000000 111000 11111101 1001011 1001110 0 1 11110010 1100010 111101

Color Harmonies of #4038FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4038FD

Black with #4038FD

Text Example


Text Example

White with #4038FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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