Html Css Color HEX #3C59FC Neon Blue

📋 copy color: '#3C59FC'

red 60 ◦ green 89 ◦ blue 252

#3C59FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #3C59FC

Tints of Neon Blue #3C59FC

RGB

 RED value IS 60 (23.83% from 255) = 14.96%

 GREEN value IS 89 (35.16% from 255) = 22.19%

 BLUE value IS 252 (98.83% from 255) = 62.84%

R = 14.96%
G = 22.19%
B = 62.84%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3C59FC (or 0x3C59FC) is known color: Neon Blue. HEX triplet: 3C, 59 and FC. RGB value is (60,89,252). Sum of RGB (Red+Green+Blue) = 60+89+252=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C59FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C59FC is #C3A603. Grayscale: #626262. Windows color (decimal): -12822020 or 16537916. OLE color: 16537916.

HSL color Cylindrical-coordinate representation of color #3C59FC: hue angle of 230.94º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C59FC is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 89 252 -
CMYK 0.76 0.65 0 0.01
HSL 230.94º 0.97% 0.61% -
HSV(B) 230.94º 0.76% 0.99% -
XYZ 23.01 15.13 93.8 -
YUV 98.91 214.39 100.25 -
System Red Green Blue C M Y K H S L
Decimal 60 89 252 0.76 0.65 0 0.01 230.94 0.97 0.61
Hex 3C 59 FC 4C 41 0 1 E7 61 3D
Octal 74 131 374 114 101 0 1 347 141 75
Binary 111100 1011001 11111100 1001100 1000001 0 1 11100111 1100001 111101

Color Harmonies of #3C59FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C59FC

Black with #3C59FC

Text Example


Text Example

White with #3C59FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C59FC;
 }
 .AnyTagClassName
 {
   color: #3C59FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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