Html Css Color HEX #4C54F2 Neon Blue

📋 copy color: '#4C54F2'

red 76 ◦ green 84 ◦ blue 242

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

Shades of Neon Blue #4C54F2

Tints of Neon Blue #4C54F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 60.2%

R = 18.91%
G = 20.9%
B = 60.2%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4C54F2 (or 0x4C54F2) is known color: Neon Blue. HEX triplet: 4C, 54 and F2. RGB value is (76,84,242). Sum of RGB (Red+Green+Blue) = 76+84+242=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 242 (94.92% from 255 or 60.20% from 402); Max value from RGB is 242 - color contains mainly: blue. Hex color #4C54F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C54F2 is #B3AB0D. Grayscale: #626262. Windows color (decimal): -11774734 or 15881292. OLE color: 15881292.

HSL color Cylindrical-coordinate representation of color #4C54F2: hue angle of 237.11º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C54F2 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 84 242 -
CMYK 0.69 0.65 0 0.05
HSL 237.11º 0.86% 0.62% -
HSV(B) 237.11º 0.69% 0.95% -
XYZ 22.18 14.29 85.59 -
YUV 99.62 208.35 111.15 -
System Red Green Blue C M Y K H S L
Decimal 76 84 242 0.69 0.65 0 0.05 237.11 0.86 0.62
Hex 4C 54 F2 45 41 0 5 ED 56 3E
Octal 114 124 362 105 101 0 5 355 126 76
Binary 1001100 1010100 11110010 1000101 1000001 0 101 11101101 1010110 111110

Color Harmonies of #4C54F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C54F2

Black with #4C54F2

Text Example


Text Example

White with #4C54F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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