Html Css Color HEX #4B4EEC Neon Blue

📋 copy color: '#4B4EEC'

red 75 ◦ green 78 ◦ blue 236

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

Shades of Neon Blue #4B4EEC

Tints of Neon Blue #4B4EEC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.05%

 BLUE value IS 236 (92.58% from 255) = 60.67%

R = 19.28%
G = 20.05%
B = 60.67%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4B4EEC (or 0x4B4EEC) is known color: Neon Blue. HEX triplet: 4B, 4E and EC. RGB value is (75,78,236). Sum of RGB (Red+Green+Blue) = 75+78+236=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #4B4EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B4EEC is #B4B113. Grayscale: #5E5E5E. Windows color (decimal): -11841812 or 15486539. OLE color: 15486539.

HSL color Cylindrical-coordinate representation of color #4B4EEC: hue angle of 238.88º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B4EEC is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 75 78 236 -
CMYK 0.68 0.67 0 0.07
HSL 238.88º 0.81% 0.61% -
HSV(B) 238.88º 0.68% 0.93% -
XYZ 20.77 13 80.77 -
YUV 95.12 207.51 113.65 -
System Red Green Blue C M Y K H S L
Decimal 75 78 236 0.68 0.67 0 0.07 238.88 0.81 0.61
Hex 4B 4E EC 44 43 0 7 EF 51 3D
Octal 113 116 354 104 103 0 7 357 121 75
Binary 1001011 1001110 11101100 1000100 1000011 0 111 11101111 1010001 111101

Color Harmonies of #4B4EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4EEC

Black with #4B4EEC

Text Example


Text Example

White with #4B4EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,78,236); }

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

background-color css

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

 a { background-color: rgb(75,78,236); }

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

border-color css

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

 span { border-color: rgb(75,78,236); }

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