Html Css Color HEX #4B4CEF Neon Blue

📋 copy color: '#4B4CEF'

red 75 ◦ green 76 ◦ blue 239

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

Shades of Neon Blue #4B4CEF

Tints of Neon Blue #4B4CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.49%

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

R = 19.23%
G = 19.49%
B = 61.28%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4B4CEF (or 0x4B4CEF) is known color: Neon Blue. HEX triplet: 4B, 4C and EF. RGB value is (75,76,239). Sum of RGB (Red+Green+Blue) = 75+76+239=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #4B4CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B4CEF is #B4B310. Grayscale: #5D5D5D. Windows color (decimal): -11842321 or 15682635. OLE color: 15682635.

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

Color convert

RGB 75 76 239 -
CMYK 0.69 0.68 0 0.06
HSL 239.63º 0.84% 0.62% -
HSV(B) 239.63º 0.69% 0.94% -
XYZ 21.07 12.9 83.04 -
YUV 94.28 209.67 114.25 -
System Red Green Blue C M Y K H S L
Decimal 75 76 239 0.69 0.68 0 0.06 239.63 0.84 0.62
Hex 4B 4C EF 45 44 0 6 F0 54 3E
Octal 113 114 357 105 104 0 6 360 124 76
Binary 1001011 1001100 11101111 1000101 1000100 0 110 11110000 1010100 111110

Color Harmonies of #4B4CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4CEF

Black with #4B4CEF

Text Example


Text Example

White with #4B4CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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