#4C39FA

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

Shades of Neon Blue #4C39FA

Tints of Neon Blue #4C39FA

Color information

#4C39FA (or 0x4C39FA) is unknown color: approx Neon Blue. HEX triplet: 4C, 39 and FA. RGB value is (76,57,250). Sum of RGB (Red+Green+Blue) = 76+57+250=383 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.84% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C39FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C39FA is #B3C605. Grayscale: #535353. Windows color (decimal): -11781638 or 16398668. OLE color: 16398668.

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

Color convert

RGB7657250-
CMYK0.700.7700.02
HSL245.91º95.07%60.2%-
HSV(B)245.91º77.2%98.04%-
XYZ21.711.3691.49-
YUV84.68221.29121.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.84%
GREEN value IS 57 (22.66% from 255) = 14.88%
BLUE value IS 250 (98.05% from 255) = 65.27%
R=19.84%
G=14.88%
B=65.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal76572500.700.7700.02245.9195.0760.2
Hex4C39FA464D02f65f3c
Octal114713721061150236613774
Binary10011001110011111101010001101001101010111101101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C39FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,57,250); }

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

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

 a { background-color: rgb(76,57,250); }

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

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

 span { border-color: rgb(76,57,250); }

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