Html Css Color HEX #4F4CE4 Neon Blue

📋 copy color: '#4F4CE4'

red 79 ◦ green 76 ◦ blue 228

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

Shades of Neon Blue #4F4CE4

Tints of Neon Blue #4F4CE4

RGB

 RED value IS 79 (31.25% from 255) = 20.63%

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

 BLUE value IS 228 (89.45% from 255) = 59.53%

R = 20.63%
G = 19.84%
B = 59.53%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#4F4CE4 (or 0x4F4CE4) is known color: Neon Blue. HEX triplet: 4F, 4C and E4. RGB value is (79,76,228). Sum of RGB (Red+Green+Blue) = 79+76+228=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 228 (89.45% from 255 or 59.53% from 383); Max value from RGB is 228 - color contains mainly: blue. Hex color #4F4CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4CE4 is #B0B31B. Grayscale: #5D5D5D. Windows color (decimal): -11580188 or 14961743. OLE color: 14961743.

HSL color Cylindrical-coordinate representation of color #4F4CE4: hue angle of 241.18º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F4CE4 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 79 76 228 -
CMYK 0.65 0.67 0 0.11
HSL 241.18º 0.74% 0.6% -
HSV(B) 241.18º 0.67% 0.89% -
XYZ 19.81 12.43 74.75 -
YUV 94.23 203.49 117.14 -
System Red Green Blue C M Y K H S L
Decimal 79 76 228 0.65 0.67 0 0.11 241.18 0.74 0.6
Hex 4F 4C E4 41 43 0 B F1 4A 3C
Octal 117 114 344 101 103 0 13 361 112 74
Binary 1001111 1001100 11100100 1000001 1000011 0 1011 11110001 1001010 111100

Color Harmonies of #4F4CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4CE4

Black with #4F4CE4

Text Example


Text Example

White with #4F4CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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