Html Css Color HEX #3C50EF Neon Blue

📋 copy color: '#3C50EF'

red 60 ◦ green 80 ◦ blue 239

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

Shades of Neon Blue #3C50EF

Tints of Neon Blue #3C50EF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.11%

 BLUE value IS 239 (93.75% from 255) = 63.06%

R = 15.83%
G = 21.11%
B = 63.06%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3C50EF (or 0x3C50EF) is known color: Neon Blue. HEX triplet: 3C, 50 and EF. RGB value is (60,80,239). Sum of RGB (Red+Green+Blue) = 60+80+239=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C50EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C50EF is #C3AF10. Grayscale: #5B5B5B. Windows color (decimal): -12824337 or 15683644. OLE color: 15683644.

HSL color Cylindrical-coordinate representation of color #3C50EF: hue angle of 233.3º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C50EF is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 80 239 -
CMYK 0.75 0.67 0 0.06
HSL 233.3º 0.85% 0.59% -
HSV(B) 233.3º 0.75% 0.94% -
XYZ 20.31 12.93 83.09 -
YUV 92.15 210.87 105.07 -
System Red Green Blue C M Y K H S L
Decimal 60 80 239 0.75 0.67 0 0.06 233.3 0.85 0.59
Hex 3C 50 EF 4B 43 0 6 E9 55 3B
Octal 74 120 357 113 103 0 6 351 125 73
Binary 111100 1010000 11101111 1001011 1000011 0 110 11101001 1010101 111011

Color Harmonies of #3C50EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C50EF

Black with #3C50EF

Text Example


Text Example

White with #3C50EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,80,239); }

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

background-color css

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

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

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

border-color css

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

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

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