Html Css Color HEX #4B3FEF Neon Blue

📋 copy color: '#4B3FEF'

red 75 ◦ green 63 ◦ blue 239

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

Shades of Neon Blue #4B3FEF

Tints of Neon Blue #4B3FEF

RGB

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

 GREEN value IS 63 (25% from 255) = 16.71%

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

R = 19.89%
G = 16.71%
B = 63.4%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4B3FEF (or 0x4B3FEF) is known color: Neon Blue. HEX triplet: 4B, 3F and EF. RGB value is (75,63,239). Sum of RGB (Red+Green+Blue) = 75+63+239=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #4B3FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B3FEF is #B4C010. Grayscale: #555555. Windows color (decimal): -11845649 or 15679307. OLE color: 15679307.

HSL color Cylindrical-coordinate representation of color #4B3FEF: hue angle of 244.09º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B3FEF is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 75 63 239 -
CMYK 0.69 0.74 0 0.06
HSL 244.09º 0.85% 0.59% -
HSV(B) 244.09º 0.74% 0.94% -
XYZ 20.26 11.28 82.77 -
YUV 86.65 213.98 119.69 -
System Red Green Blue C M Y K H S L
Decimal 75 63 239 0.69 0.74 0 0.06 244.09 0.85 0.59
Hex 4B 3F EF 45 4A 0 6 F4 55 3B
Octal 113 77 357 105 112 0 6 364 125 73
Binary 1001011 111111 11101111 1000101 1001010 0 110 11110100 1010101 111011

Color Harmonies of #4B3FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3FEF

Black with #4B3FEF

Text Example


Text Example

White with #4B3FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,63,239); }

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

background-color css

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

 a { background-color: rgb(75,63,239); }

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

border-color css

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

 span { border-color: rgb(75,63,239); }

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