#3C4EFF

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

Shades of Neon Blue #3C4EFF

Tints of Neon Blue #3C4EFF

Color information

#3C4EFF (or 0x3C4EFF) is unknown color: approx Neon Blue. HEX triplet: 3C, 4E and FF. RGB value is (60,78,255). Sum of RGB (Red+Green+Blue) = 60+78+255=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C4EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C4EFF is #C3B100. Grayscale: #5C5C5C. Windows color (decimal): -12824833 or 16731708. OLE color: 16731708.

HSL color Cylindrical-coordinate representation of color #3C4EFF: hue angle of 234.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C4EFF is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6078255-
CMYK0.760.6900
HSL234.46º100%61.76%-
HSV(B)234.46º76.47%100%-
XYZ22.6413.6396.05-
YUV92.8219.54104.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.27%
GREEN value IS 78 (30.86% from 255) = 19.85%
BLUE value IS 255 (100% from 255) = 64.89%
R=15.27%
G=19.85%
B=64.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal60782550.760.6900234.4610061.76
Hex3C4EFF4C4500ea643e
Octal741163771141050035214476
Binary1111001001110111111111001100100010100111010101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C4EFF; }

 p { color: rgb(60,78,255); }

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

<style>
 a { background-color: #3C4EFF; }

 a { background-color: rgb(60,78,255); }

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

<style>
 span { border-color: #3C4EFF; }

 span { border-color: rgb(60,78,255); }

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