Html Css Color HEX #4B3BEB Neon Blue

📋 copy color: '#4B3BEB'

red 75 ◦ green 59 ◦ blue 235

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

Shades of Neon Blue #4B3BEB

Tints of Neon Blue #4B3BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.99%

 BLUE value IS 235 (92.19% from 255) = 63.69%

R = 20.33%
G = 15.99%
B = 63.69%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4B3BEB (or 0x4B3BEB) is known color: Neon Blue. HEX triplet: 4B, 3B and EB. RGB value is (75,59,235). Sum of RGB (Red+Green+Blue) = 75+59+235=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #4B3BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B3BEB is #B4C414. Grayscale: #535353. Windows color (decimal): -11846677 or 15416139. OLE color: 15416139.

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

Color convert

RGB 75 59 235 -
CMYK 0.68 0.75 0 0.08
HSL 245.45º 0.81% 0.58% -
HSV(B) 245.45º 0.75% 0.92% -
XYZ 19.46 10.62 79.62 -
YUV 83.85 213.3 121.69 -
System Red Green Blue C M Y K H S L
Decimal 75 59 235 0.68 0.75 0 0.08 245.45 0.81 0.58
Hex 4B 3B EB 44 4B 0 8 F5 51 3A
Octal 113 73 353 104 113 0 10 365 121 72
Binary 1001011 111011 11101011 1000100 1001011 0 1000 11110101 1010001 111010

Color Harmonies of #4B3BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3BEB

Black with #4B3BEB

Text Example


Text Example

White with #4B3BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,59,235); }

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

background-color css

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

 a { background-color: rgb(75,59,235); }

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

border-color css

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

 span { border-color: rgb(75,59,235); }

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