Html Css Color HEX #3830EC Neon Blue

📋 copy color: '#3830EC'

red 56 ◦ green 48 ◦ blue 236

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

Shades of Neon Blue #3830EC

Tints of Neon Blue #3830EC

RGB

 RED value IS 56 (22.27% from 255) = 16.47%

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

 BLUE value IS 236 (92.58% from 255) = 69.41%

R = 16.47%
G = 14.12%
B = 69.41%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3830EC (or 0x3830EC) is known color: Neon Blue. HEX triplet: 38, 30 and EC. RGB value is (56,48,236). Sum of RGB (Red+Green+Blue) = 56+48+236=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 236 (92.58% from 255 or 69.41% from 340); Max value from RGB is 236 - color contains mainly: blue. Hex color #3830EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3830EC is #C7CF13. Grayscale: #474747. Windows color (decimal): -13094676 or 15478840. OLE color: 15478840.

HSL color Cylindrical-coordinate representation of color #3830EC: hue angle of 242.55º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3830EC is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 48 236 -
CMYK 0.76 0.80 0 0.07
HSL 242.55º 0.83% 0.56% -
HSV(B) 242.55º 0.8% 0.93% -
XYZ 17.83 9.01 80.16 -
YUV 71.82 220.65 116.71 -
System Red Green Blue C M Y K H S L
Decimal 56 48 236 0.76 0.80 0 0.07 242.55 0.83 0.56
Hex 38 30 EC 4C 50 0 7 F3 53 38
Octal 70 60 354 114 120 0 7 363 123 70
Binary 111000 110000 11101100 1001100 1010000 0 111 11110011 1010011 111000

Color Harmonies of #3830EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3830EC

Black with #3830EC

Text Example


Text Example

White with #3830EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3830EC; }

 p { color: rgb(56,48,236); }

 H1.HeaderClassName
 {
   color: #3830EC;
 }
 .AnyTagClassName
 {
   color: #3830EC;
 }
</style>

background-color css

<style>
 a { background-color: #3830EC; }

 a { background-color: rgb(56,48,236); }

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

border-color css

<style>
 span { border-color: #3830EC; }

 span { border-color: rgb(56,48,236); }

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