Html Css Color HEX #4A46F0 Neon Blue

📋 copy color: '#4A46F0'

red 74 ◦ green 70 ◦ blue 240

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

Shades of Neon Blue #4A46F0

Tints of Neon Blue #4A46F0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.23%

 BLUE value IS 240 (94.14% from 255) = 62.5%

R = 19.27%
G = 18.23%
B = 62.5%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4A46F0 (or 0x4A46F0) is known color: Neon Blue. HEX triplet: 4A, 46 and F0. RGB value is (74,70,240). Sum of RGB (Red+Green+Blue) = 74+70+240=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #4A46F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A46F0 is #B5B90F. Grayscale: #595959. Windows color (decimal): -11909392 or 15746634. OLE color: 15746634.

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

Color convert

RGB 74 70 240 -
CMYK 0.69 0.71 0 0.06
HSL 241.41º 0.85% 0.61% -
HSV(B) 241.41º 0.71% 0.94% -
XYZ 20.74 12.13 83.69 -
YUV 90.58 212.33 116.18 -
System Red Green Blue C M Y K H S L
Decimal 74 70 240 0.69 0.71 0 0.06 241.41 0.85 0.61
Hex 4A 46 F0 45 47 0 6 F1 55 3D
Octal 112 106 360 105 107 0 6 361 125 75
Binary 1001010 1000110 11110000 1000101 1000111 0 110 11110001 1010101 111101

Color Harmonies of #4A46F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A46F0

Black with #4A46F0

Text Example


Text Example

White with #4A46F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,70,240); }

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

background-color css

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

 a { background-color: rgb(74,70,240); }

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

border-color css

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

 span { border-color: rgb(74,70,240); }

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