#4C40FB

Color #4C40FB Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4C40FB

Tints of Neon Blue #4C40FB

Color information

#4C40FB (or 0x4C40FB) is unknown color: approx Neon Blue. HEX triplet: 4C, 40 and FB. RGB value is (76,64,251). Sum of RGB (Red+Green+Blue) = 76+64+251=391 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.44% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #4C40FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C40FB is #B3BF04. Grayscale: #585858. Windows color (decimal): -11779845 or 16465996. OLE color: 16465996.

HSL color Cylindrical-coordinate representation of color #4C40FB: hue angle of 243.85º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C40FB is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7664251-
CMYK0.700.7500.02
HSL243.85º95.9%61.76%-
HSV(B)243.85º74.5%98.43%-
XYZ22.2312.1792.44-
YUV88.91219.48118.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.44%
GREEN value IS 64 (25.39% from 255) = 16.37%
BLUE value IS 251 (98.44% from 255) = 64.19%
R=19.44%
G=16.37%
B=64.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal76642510.700.7500.02243.8595.961.76
Hex4C40FB464B02f4603e
Octal1141003731061130236414076
Binary100110010000001111101110001101001011010111101001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C40FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C40FB; }

 p { color: rgb(76,64,251); }

 H1.HeaderClassName
 {
   color: #4C40FB;
 }
 .AnyTagClassName
 {
   color: #4C40FB;
 }
</style>
background-color css

<style>
 a { background-color: #4C40FB; }

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

 div.DivClassName
 {
   background-color: #4C40FB;
 }
 .BgClassName
 {
   background-color: #4C40FB;
 }
</style>
border-color css

<style>
 span { border-color: #4C40FB; }

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

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