Html Css Color HEX #3835EA Neon Blue

📋 copy color: '#3835EA'

red 56 ◦ green 53 ◦ blue 234

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

Shades of Neon Blue #3835EA

Tints of Neon Blue #3835EA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.45%

 BLUE value IS 234 (91.8% from 255) = 68.22%

R = 16.33%
G = 15.45%
B = 68.22%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3835EA (or 0x3835EA) is known color: Neon Blue. HEX triplet: 38, 35 and EA. RGB value is (56,53,234). Sum of RGB (Red+Green+Blue) = 56+53+234=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #3835EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3835EA is #C7CA15. Grayscale: #494949. Windows color (decimal): -13093398 or 15349048. OLE color: 15349048.

HSL color Cylindrical-coordinate representation of color #3835EA: hue angle of 240.99º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3835EA is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 53 234 -
CMYK 0.76 0.77 0 0.08
HSL 240.99º 0.81% 0.56% -
HSV(B) 240.99º 0.77% 0.92% -
XYZ 17.76 9.33 78.71 -
YUV 74.53 217.99 114.78 -
System Red Green Blue C M Y K H S L
Decimal 56 53 234 0.76 0.77 0 0.08 240.99 0.81 0.56
Hex 38 35 EA 4C 4D 0 8 F1 51 38
Octal 70 65 352 114 115 0 10 361 121 70
Binary 111000 110101 11101010 1001100 1001101 0 1000 11110001 1010001 111000

Color Harmonies of #3835EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3835EA

Black with #3835EA

Text Example


Text Example

White with #3835EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3835EA; }

 p { color: rgb(56,53,234); }

 H1.HeaderClassName
 {
   color: #3835EA;
 }
 .AnyTagClassName
 {
   color: #3835EA;
 }
</style>

background-color css

<style>
 a { background-color: #3835EA; }

 a { background-color: rgb(56,53,234); }

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

border-color css

<style>
 span { border-color: #3835EA; }

 span { border-color: rgb(56,53,234); }

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