Html Css Color HEX #4B3CEA Neon Blue

📋 copy color: '#4B3CEA'

red 75 ◦ green 60 ◦ blue 234

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

Shades of Neon Blue #4B3CEA

Tints of Neon Blue #4B3CEA

RGB

 RED value IS 75 (29.69% from 255) = 20.33%

 GREEN value IS 60 (23.83% from 255) = 16.26%

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

R = 20.33%
G = 16.26%
B = 63.41%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4B3CEA (or 0x4B3CEA) is known color: Neon Blue. HEX triplet: 4B, 3C and EA. RGB value is (75,60,234). Sum of RGB (Red+Green+Blue) = 75+60+234=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #4B3CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B3CEA is #B4C315. Grayscale: #535353. Windows color (decimal): -11846422 or 15350859. OLE color: 15350859.

HSL color Cylindrical-coordinate representation of color #4B3CEA: hue angle of 245.17º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B3CEA is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 75 60 234 -
CMYK 0.68 0.74 0 0.08
HSL 245.17º 0.81% 0.58% -
HSV(B) 245.17º 0.74% 0.92% -
XYZ 19.37 10.67 78.88 -
YUV 84.32 212.47 121.35 -
System Red Green Blue C M Y K H S L
Decimal 75 60 234 0.68 0.74 0 0.08 245.17 0.81 0.58
Hex 4B 3C EA 44 4A 0 8 F5 51 3A
Octal 113 74 352 104 112 0 10 365 121 72
Binary 1001011 111100 11101010 1000100 1001010 0 1000 11110101 1010001 111010

Color Harmonies of #4B3CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3CEA

Black with #4B3CEA

Text Example


Text Example

White with #4B3CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B3CEA; }

 p { color: rgb(75,60,234); }

 H1.HeaderClassName
 {
   color: #4B3CEA;
 }
 .AnyTagClassName
 {
   color: #4B3CEA;
 }
</style>

background-color css

<style>
 a { background-color: #4B3CEA; }

 a { background-color: rgb(75,60,234); }

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

border-color css

<style>
 span { border-color: #4B3CEA; }

 span { border-color: rgb(75,60,234); }

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