#3c59ff

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

Shades of Neon Blue #3C59FF

Tints of Neon Blue #3C59FF

Color information

#3C59FF (or 0x3C59FF) is unknown color: approx Neon Blue. HEX triplet: 3C, 59 and FF. RGB value is (60,89,255). Sum of RGB (Red+Green+Blue) = 60+89+255=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C59FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C59FF is #C3A600. Grayscale: #626262. Windows color (decimal): -12822017 or 16734524. OLE color: 16734524.

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

Color convert

RGB6089255-
CMYK0.760.6500
HSL231.08º100%61.76%-
HSV(B)231.08º76.47%100%-
XYZ23.4915.3396.33-
YUV99.25215.89100-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.85%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 255 (100% from 255) = 63.12%
R=14.85%
G=22.03%
B=63.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal60892550.760.6500231.0810061.76
Hex3C59FF4C4100e7643e
Octal741313771141010034714476
Binary1111001011001111111111001100100000100111001111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c59ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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