Html Css Color HEX #4040FE Neon Blue

📋 copy color: '#4040FE'

red 64 ◦ green 64 ◦ blue 254

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

Shades of Neon Blue #4040FE

Tints of Neon Blue #4040FE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.75%

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

R = 16.75%
G = 16.75%
B = 66.49%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4040FE (or 0x4040FE) is known color: Neon Blue. HEX triplet: 40, 40 and FE. RGB value is (64,64,254). Sum of RGB (Red+Green+Blue) = 64+64+254=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #4040FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4040FE is #BFBF01. Grayscale: #545454. Windows color (decimal): -12566274 or 16662592. OLE color: 16662592.

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

Color convert

RGB 64 64 254 -
CMYK 0.75 0.75 0 0.00
HSL 240º 0.99% 0.62% -
HSV(B) 240º 0.75% 1% -
XYZ 21.84 11.91 94.91 -
YUV 85.66 223 112.55 -
System Red Green Blue C M Y K H S L
Decimal 64 64 254 0.75 0.75 0 0.00 240 0.99 0.62
Hex 40 40 FE 4B 4B 0 0 F0 63 3E
Octal 100 100 376 113 113 0 0 360 143 76
Binary 1000000 1000000 11111110 1001011 1001011 0 0 11110000 1100011 111110

Color Harmonies of #4040FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4040FE

Black with #4040FE

Text Example


Text Example

White with #4040FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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