Html Css Color HEX #4F58ED Neon Blue

📋 copy color: '#4F58ED'

red 79 ◦ green 88 ◦ blue 237

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

Shades of Neon Blue #4F58ED

Tints of Neon Blue #4F58ED

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.78%

 BLUE value IS 237 (92.97% from 255) = 58.66%

R = 19.55%
G = 21.78%
B = 58.66%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4F58ED (or 0x4F58ED) is known color: Neon Blue. HEX triplet: 4F, 58 and ED. RGB value is (79,88,237). Sum of RGB (Red+Green+Blue) = 79+88+237=404 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.55% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #4F58ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F58ED is #B0A712. Grayscale: #656565. Windows color (decimal): -11577107 or 15554639. OLE color: 15554639.

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

Color convert

RGB 79 88 237 -
CMYK 0.67 0.63 0 0.07
HSL 236.58º 0.81% 0.62% -
HSV(B) 236.58º 0.67% 0.93% -
XYZ 22 14.76 81.81 -
YUV 102.3 204.02 111.38 -
System Red Green Blue C M Y K H S L
Decimal 79 88 237 0.67 0.63 0 0.07 236.58 0.81 0.62
Hex 4F 58 ED 43 3F 0 7 ED 51 3E
Octal 117 130 355 103 77 0 7 355 121 76
Binary 1001111 1011000 11101101 1000011 111111 0 111 11101101 1010001 111110

Color Harmonies of #4F58ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F58ED

Black with #4F58ED

Text Example


Text Example

White with #4F58ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,88,237); }

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

background-color css

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

 a { background-color: rgb(79,88,237); }

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

border-color css

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

 span { border-color: rgb(79,88,237); }

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