Html Css Color HEX #3C30EF Neon Blue

📋 copy color: '#3C30EF'

red 60 ◦ green 48 ◦ blue 239

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

Shades of Neon Blue #3C30EF

Tints of Neon Blue #3C30EF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

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

R = 17.29%
G = 13.83%
B = 68.88%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3C30EF (or 0x3C30EF) is known color: Neon Blue. HEX triplet: 3C, 30 and EF. RGB value is (60,48,239). Sum of RGB (Red+Green+Blue) = 60+48+239=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C30EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C30EF is #C3CF10. Grayscale: #484848. Windows color (decimal): -12832529 or 15675452. OLE color: 15675452.

HSL color Cylindrical-coordinate representation of color #3C30EF: hue angle of 243.77º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C30EF is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 48 239 -
CMYK 0.75 0.80 0 0.06
HSL 243.77º 0.86% 0.56% -
HSV(B) 243.77º 0.8% 0.94% -
XYZ 18.5 9.31 82.48 -
YUV 73.36 221.48 118.47 -
System Red Green Blue C M Y K H S L
Decimal 60 48 239 0.75 0.80 0 0.06 243.77 0.86 0.56
Hex 3C 30 EF 4B 50 0 6 F4 56 38
Octal 74 60 357 113 120 0 6 364 126 70
Binary 111100 110000 11101111 1001011 1010000 0 110 11110100 1010110 111000

Color Harmonies of #3C30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C30EF

Black with #3C30EF

Text Example


Text Example

White with #3C30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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