Html Css Color HEX #4A58EB Neon Blue

📋 copy color: '#4A58EB'

red 74 ◦ green 88 ◦ blue 235

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

Shades of Neon Blue #4A58EB

Tints of Neon Blue #4A58EB

RGB

 RED value IS 74 (29.3% from 255) = 18.64%

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

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

R = 18.64%
G = 22.17%
B = 59.19%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A58EB (or 0x4A58EB) is known color: Neon Blue. HEX triplet: 4A, 58 and EB. RGB value is (74,88,235). Sum of RGB (Red+Green+Blue) = 74+88+235=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A58EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A58EB is #B5A714. Grayscale: #636363. Windows color (decimal): -11904789 or 15423562. OLE color: 15423562.

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

Color convert

RGB 74 88 235 -
CMYK 0.69 0.63 0 0.08
HSL 234.78º 0.8% 0.61% -
HSV(B) 234.78º 0.69% 0.92% -
XYZ 21.31 14.43 80.26 -
YUV 100.57 203.86 109.05 -
System Red Green Blue C M Y K H S L
Decimal 74 88 235 0.69 0.63 0 0.08 234.78 0.8 0.61
Hex 4A 58 EB 45 3F 0 8 EB 50 3D
Octal 112 130 353 105 77 0 10 353 120 75
Binary 1001010 1011000 11101011 1000101 111111 0 1000 11101011 1010000 111101

Color Harmonies of #4A58EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A58EB

Black with #4A58EB

Text Example


Text Example

White with #4A58EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,88,235); }

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

background-color css

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

 a { background-color: rgb(74,88,235); }

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

border-color css

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

 span { border-color: rgb(74,88,235); }

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