Html Css Color HEX #4D58FE Neon Blue

📋 copy color: '#4D58FE'

red 77 ◦ green 88 ◦ blue 254

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

Shades of Neon Blue #4D58FE

Tints of Neon Blue #4D58FE

RGB

 RED value IS 77 (30.47% from 255) = 18.38%

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

 BLUE value IS 254 (99.61% from 255) = 60.62%

R = 18.38%
G = 21%
B = 60.62%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4D58FE (or 0x4D58FE) is known color: Neon Blue. HEX triplet: 4D, 58 and FE. RGB value is (77,88,254). Sum of RGB (Red+Green+Blue) = 77+88+254=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D58FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D58FE is #B2A701. Grayscale: #666666. Windows color (decimal): -11708162 or 16668749. OLE color: 16668749.

HSL color Cylindrical-coordinate representation of color #4D58FE: hue angle of 236.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D58FE is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 88 254 -
CMYK 0.70 0.65 0 0.00
HSL 236.27º 0.99% 0.65% -
HSV(B) 236.27º 0.7% 1% -
XYZ 24.44 15.71 95.51 -
YUV 103.64 212.86 109 -
System Red Green Blue C M Y K H S L
Decimal 77 88 254 0.70 0.65 0 0.00 236.27 0.99 0.65
Hex 4D 58 FE 46 41 0 0 EC 63 41
Octal 115 130 376 106 101 0 0 354 143 101
Binary 1001101 1011000 11111110 1000110 1000001 0 0 11101100 1100011 1000001

Color Harmonies of #4D58FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D58FE

Black with #4D58FE

Text Example


Text Example

White with #4D58FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,88,254); }

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

background-color css

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

 a { background-color: rgb(77,88,254); }

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

border-color css

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

 span { border-color: rgb(77,88,254); }

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