Html Css Color HEX #4C54EB Neon Blue

📋 copy color: '#4C54EB'

red 76 ◦ green 84 ◦ blue 235

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

Shades of Neon Blue #4C54EB

Tints of Neon Blue #4C54EB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.27%

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

R = 19.24%
G = 21.27%
B = 59.49%

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

#4C54EB (or 0x4C54EB) is known color: Neon Blue. HEX triplet: 4C, 54 and EB. RGB value is (76,84,235). Sum of RGB (Red+Green+Blue) = 76+84+235=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C54EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C54EB is #B3AB14. Grayscale: #626262. Windows color (decimal): -11774741 or 15422540. OLE color: 15422540.

HSL color Cylindrical-coordinate representation of color #4C54EB: hue angle of 236.98º 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 #4C54EB is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 84 235 -
CMYK 0.68 0.64 0 0.08
HSL 236.98º 0.8% 0.61% -
HSV(B) 236.98º 0.68% 0.92% -
XYZ 21.15 13.88 80.16 -
YUV 98.82 204.85 111.72 -
System Red Green Blue C M Y K H S L
Decimal 76 84 235 0.68 0.64 0 0.08 236.98 0.8 0.61
Hex 4C 54 EB 44 40 0 8 ED 50 3D
Octal 114 124 353 104 100 0 10 355 120 75
Binary 1001100 1010100 11101011 1000100 1000000 0 1000 11101101 1010000 111101

Color Harmonies of #4C54EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C54EB

Black with #4C54EB

Text Example


Text Example

White with #4C54EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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