Html Css Color HEX #4F40F0 Neon Blue

📋 copy color: '#4F40F0'

red 79 ◦ green 64 ◦ blue 240

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

Shades of Neon Blue #4F40F0

Tints of Neon Blue #4F40F0

RGB

 RED value IS 79 (31.25% from 255) = 20.63%

 GREEN value IS 64 (25.39% from 255) = 16.71%

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

R = 20.63%
G = 16.71%
B = 62.66%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4F40F0 (or 0x4F40F0) is known color: Neon Blue. HEX triplet: 4F, 40 and F0. RGB value is (79,64,240). Sum of RGB (Red+Green+Blue) = 79+64+240=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #4F40F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F40F0 is #B0BF0F. Grayscale: #575757. Windows color (decimal): -11583248 or 15745103. OLE color: 15745103.

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

Color convert

RGB 79 64 240 -
CMYK 0.67 0.73 0 0.06
HSL 245.11º 0.85% 0.6% -
HSV(B) 245.11º 0.73% 0.94% -
XYZ 20.79 11.62 83.59 -
YUV 88.55 213.47 121.19 -
System Red Green Blue C M Y K H S L
Decimal 79 64 240 0.67 0.73 0 0.06 245.11 0.85 0.6
Hex 4F 40 F0 43 49 0 6 F5 55 3C
Octal 117 100 360 103 111 0 6 365 125 74
Binary 1001111 1000000 11110000 1000011 1001001 0 110 11110101 1010101 111100

Color Harmonies of #4F40F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F40F0

Black with #4F40F0

Text Example


Text Example

White with #4F40F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,64,240); }

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

background-color css

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

 a { background-color: rgb(79,64,240); }

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

border-color css

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

 span { border-color: rgb(79,64,240); }

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