Html Css Color HEX #4A4FEF Neon Blue

📋 copy color: '#4A4FEF'

red 74 ◦ green 79 ◦ blue 239

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

Shades of Neon Blue #4A4FEF

Tints of Neon Blue #4A4FEF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.15%

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

R = 18.88%
G = 20.15%
B = 60.97%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4A4FEF (or 0x4A4FEF) is known color: Neon Blue. HEX triplet: 4A, 4F and EF. RGB value is (74,79,239). Sum of RGB (Red+Green+Blue) = 74+79+239=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A4FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A4FEF is #B5B010. Grayscale: #5F5F5F. Windows color (decimal): -11907089 or 15683402. OLE color: 15683402.

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

Color convert

RGB 74 79 239 -
CMYK 0.69 0.67 0 0.06
HSL 238.18º 0.84% 0.61% -
HSV(B) 238.18º 0.69% 0.94% -
XYZ 21.2 13.28 83.11 -
YUV 95.75 208.84 112.49 -
System Red Green Blue C M Y K H S L
Decimal 74 79 239 0.69 0.67 0 0.06 238.18 0.84 0.61
Hex 4A 4F EF 45 43 0 6 EE 54 3D
Octal 112 117 357 105 103 0 6 356 124 75
Binary 1001010 1001111 11101111 1000101 1000011 0 110 11101110 1010100 111101

Color Harmonies of #4A4FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4FEF

Black with #4A4FEF

Text Example


Text Example

White with #4A4FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,79,239); }

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

background-color css

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

 a { background-color: rgb(74,79,239); }

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

border-color css

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

 span { border-color: rgb(74,79,239); }

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