Html Css Color HEX #4F39EA Neon Blue

📋 copy color: '#4F39EA'

red 79 ◦ green 57 ◦ blue 234

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

Shades of Neon Blue #4F39EA

Tints of Neon Blue #4F39EA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.41%

 BLUE value IS 234 (91.8% from 255) = 63.24%

R = 21.35%
G = 15.41%
B = 63.24%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4F39EA (or 0x4F39EA) is known color: Neon Blue. HEX triplet: 4F, 39 and EA. RGB value is (79,57,234). Sum of RGB (Red+Green+Blue) = 79+57+234=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #4F39EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F39EA is #B0C615. Grayscale: #535353. Windows color (decimal): -11585046 or 15350095. OLE color: 15350095.

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

Color convert

RGB 79 57 234 -
CMYK 0.66 0.76 0 0.08
HSL 247.46º 0.81% 0.57% -
HSV(B) 247.46º 0.76% 0.92% -
XYZ 19.54 10.53 78.84 -
YUV 83.76 212.79 124.61 -
System Red Green Blue C M Y K H S L
Decimal 79 57 234 0.66 0.76 0 0.08 247.46 0.81 0.57
Hex 4F 39 EA 42 4C 0 8 F7 51 39
Octal 117 71 352 102 114 0 10 367 121 71
Binary 1001111 111001 11101010 1000010 1001100 0 1000 11110111 1010001 111001

Color Harmonies of #4F39EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F39EA

Black with #4F39EA

Text Example


Text Example

White with #4F39EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,57,234); }

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

background-color css

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

 a { background-color: rgb(79,57,234); }

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

border-color css

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

 span { border-color: rgb(79,57,234); }

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