Html Css Color HEX #4039FE Neon Blue

📋 copy color: '#4039FE'

red 64 ◦ green 57 ◦ blue 254

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

Shades of Neon Blue #4039FE

Tints of Neon Blue #4039FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.73%

R = 17.07%
G = 15.2%
B = 67.73%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4039FE (or 0x4039FE) is known color: Neon Blue. HEX triplet: 40, 39 and FE. RGB value is (64,57,254). Sum of RGB (Red+Green+Blue) = 64+57+254=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #4039FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4039FE is #BFC601. Grayscale: #505050. Windows color (decimal): -12568066 or 16660800. OLE color: 16660800.

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

Color convert

RGB 64 57 254 -
CMYK 0.75 0.78 0 0.00
HSL 242.13º 0.99% 0.61% -
HSV(B) 242.13º 0.78% 1% -
XYZ 21.47 11.17 94.79 -
YUV 81.55 225.32 115.48 -
System Red Green Blue C M Y K H S L
Decimal 64 57 254 0.75 0.78 0 0.00 242.13 0.99 0.61
Hex 40 39 FE 4B 4E 0 0 F2 63 3D
Octal 100 71 376 113 116 0 0 362 143 75
Binary 1000000 111001 11111110 1001011 1001110 0 0 11110010 1100011 111101

Color Harmonies of #4039FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4039FE

Black with #4039FE

Text Example


Text Example

White with #4039FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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