Html Css Color HEX #4C4FEB Neon Blue

📋 copy color: '#4C4FEB'

red 76 ◦ green 79 ◦ blue 235

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

Shades of Neon Blue #4C4FEB

Tints of Neon Blue #4C4FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.26%

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

R = 19.49%
G = 20.26%
B = 60.26%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4C4FEB (or 0x4C4FEB) is known color: Neon Blue. HEX triplet: 4C, 4F and EB. RGB value is (76,79,235). Sum of RGB (Red+Green+Blue) = 76+79+235=390 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.49% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C4FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C4FEB is #B3B014. Grayscale: #5F5F5F. Windows color (decimal): -11776021 or 15421260. OLE color: 15421260.

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

Color convert

RGB 76 79 235 -
CMYK 0.68 0.66 0 0.08
HSL 238.87º 0.8% 0.61% -
HSV(B) 238.87º 0.68% 0.92% -
XYZ 20.77 13.13 80.04 -
YUV 95.89 206.51 113.82 -
System Red Green Blue C M Y K H S L
Decimal 76 79 235 0.68 0.66 0 0.08 238.87 0.8 0.61
Hex 4C 4F EB 44 42 0 8 EF 50 3D
Octal 114 117 353 104 102 0 10 357 120 75
Binary 1001100 1001111 11101011 1000100 1000010 0 1000 11101111 1010000 111101

Color Harmonies of #4C4FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4FEB

Black with #4C4FEB

Text Example


Text Example

White with #4C4FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,79,235); }

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

background-color css

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

 a { background-color: rgb(76,79,235); }

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

border-color css

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

 span { border-color: rgb(76,79,235); }

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