#3C5AFF

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

Shades of Neon Blue #3C5AFF

Tints of Neon Blue #3C5AFF

Color information

#3C5AFF (or 0x3C5AFF) is unknown color: approx Neon Blue. HEX triplet: 3C, 5A and FF. RGB value is (60,90,255). Sum of RGB (Red+Green+Blue) = 60+90+255=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C5AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C5AFF is #C3A500. Grayscale: #636363. Windows color (decimal): -12821761 or 16734780. OLE color: 16734780.

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

Color convert

RGB6090255-
CMYK0.760.6500
HSL230.77º100%61.76%-
HSV(B)230.77º76.47%100%-
XYZ23.5715.4996.36-
YUV99.84215.5699.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.81%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 255 (100% from 255) = 62.96%
R=14.81%
G=22.22%
B=62.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal60902550.760.6500230.7710061.76
Hex3C5AFF4C4100e7643e
Octal741323771141010034714476
Binary1111001011010111111111001100100000100111001111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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