Html Css Color HEX #4039FD Neon Blue

📋 copy color: '#4039FD'

red 64 ◦ green 57 ◦ blue 253

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

Shades of Neon Blue #4039FD

Tints of Neon Blue #4039FD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.24%

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

R = 17.11%
G = 15.24%
B = 67.65%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4039FD (or 0x4039FD) is known color: Neon Blue. HEX triplet: 40, 39 and FD. RGB value is (64,57,253). Sum of RGB (Red+Green+Blue) = 64+57+253=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #4039FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4039FD is #BFC602. Grayscale: #505050. Windows color (decimal): -12568067 or 16595264. OLE color: 16595264.

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

Color convert

RGB 64 57 253 -
CMYK 0.75 0.77 0 0.01
HSL 242.14º 0.98% 0.61% -
HSV(B) 242.14º 0.77% 0.99% -
XYZ 21.31 11.11 93.95 -
YUV 81.44 224.82 115.56 -
System Red Green Blue C M Y K H S L
Decimal 64 57 253 0.75 0.77 0 0.01 242.14 0.98 0.61
Hex 40 39 FD 4B 4D 0 1 F2 62 3D
Octal 100 71 375 113 115 0 1 362 142 75
Binary 1000000 111001 11111101 1001011 1001101 0 1 11110010 1100010 111101

Color Harmonies of #4039FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4039FD

Black with #4039FD

Text Example


Text Example

White with #4039FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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