Html Css Color HEX #4C55EB Neon Blue

📋 copy color: '#4C55EB'

red 76 ◦ green 85 ◦ blue 235

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

Shades of Neon Blue #4C55EB

Tints of Neon Blue #4C55EB

RGB

 RED value IS 76 (30.08% from 255) = 19.19%

 GREEN value IS 85 (33.59% from 255) = 21.46%

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

R = 19.19%
G = 21.46%
B = 59.34%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4C55EB (or 0x4C55EB) is known color: Neon Blue. HEX triplet: 4C, 55 and EB. RGB value is (76,85,235). Sum of RGB (Red+Green+Blue) = 76+85+235=396 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.19% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C55EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C55EB is #B3AA14. Grayscale: #626262. Windows color (decimal): -11774485 or 15422796. OLE color: 15422796.

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

Color convert

RGB 76 85 235 -
CMYK 0.68 0.64 0 0.08
HSL 236.6º 0.8% 0.61% -
HSV(B) 236.6º 0.68% 0.92% -
XYZ 21.22 14.03 80.19 -
YUV 99.41 204.52 111.3 -
System Red Green Blue C M Y K H S L
Decimal 76 85 235 0.68 0.64 0 0.08 236.6 0.8 0.61
Hex 4C 55 EB 44 40 0 8 ED 50 3D
Octal 114 125 353 104 100 0 10 355 120 75
Binary 1001100 1010101 11101011 1000100 1000000 0 1000 11101101 1010000 111101

Color Harmonies of #4C55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C55EB

Black with #4C55EB

Text Example


Text Example

White with #4C55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,85,235); }

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

background-color css

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

 a { background-color: rgb(76,85,235); }

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

border-color css

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

 span { border-color: rgb(76,85,235); }

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