Html Css Color HEX #4C53EF Neon Blue

📋 copy color: '#4C53EF'

red 76 ◦ green 83 ◦ blue 239

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

Shades of Neon Blue #4C53EF

Tints of Neon Blue #4C53EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.85%

 BLUE value IS 239 (93.75% from 255) = 60.05%

R = 19.1%
G = 20.85%
B = 60.05%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4C53EF (or 0x4C53EF) is known color: Neon Blue. HEX triplet: 4C, 53 and EF. RGB value is (76,83,239). Sum of RGB (Red+Green+Blue) = 76+83+239=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #4C53EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C53EF is #B3AC10. Grayscale: #626262. Windows color (decimal): -11774993 or 15684428. OLE color: 15684428.

HSL color Cylindrical-coordinate representation of color #4C53EF: hue angle of 237.42º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C53EF is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 83 239 -
CMYK 0.68 0.65 0 0.06
HSL 237.42º 0.84% 0.62% -
HSV(B) 237.42º 0.68% 0.94% -
XYZ 21.65 13.96 83.21 -
YUV 98.69 207.18 111.82 -
System Red Green Blue C M Y K H S L
Decimal 76 83 239 0.68 0.65 0 0.06 237.42 0.84 0.62
Hex 4C 53 EF 44 41 0 6 ED 54 3E
Octal 114 123 357 104 101 0 6 355 124 76
Binary 1001100 1010011 11101111 1000100 1000001 0 110 11101101 1010100 111110

Color Harmonies of #4C53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C53EF

Black with #4C53EF

Text Example


Text Example

White with #4C53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,83,239); }

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

background-color css

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

 a { background-color: rgb(76,83,239); }

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

border-color css

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

 span { border-color: rgb(76,83,239); }

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