#3C3CFF

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

Shades of Neon Blue #3C3CFF

Tints of Neon Blue #3C3CFF

Color information

#3C3CFF (or 0x3C3CFF) is unknown color: approx Neon Blue. HEX triplet: 3C, 3C and FF. RGB value is (60,60,255). Sum of RGB (Red+Green+Blue) = 60+60+255=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C3CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C3CFF is #C3C300. Grayscale: #515151. Windows color (decimal): -12829441 or 16727100. OLE color: 16727100.

HSL color Cylindrical-coordinate representation of color #3C3CFF: hue angle of 240º 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 #3C3CFF is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6060255-
CMYK0.760.7600
HSL240º100%61.76%-
HSV(B)240º76.47%100%-
XYZ21.5311.4195.68-
YUV82.23225.5112.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16%
GREEN value IS 60 (23.83% from 255) = 16%
BLUE value IS 255 (100% from 255) = 68%
R=16%
G=16%
B=68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal60602550.760.760024010061.76
Hex3C3CFF4C4C00f0643e
Octal74743771141140036014476
Binary111100111100111111111001100100110000111100001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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