Html Css Color HEX #4F60F2 Neon Blue

📋 copy color: '#4F60F2'

red 79 ◦ green 96 ◦ blue 242

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

Shades of Neon Blue #4F60F2

Tints of Neon Blue #4F60F2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.02%

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

R = 18.94%
G = 23.02%
B = 58.03%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4F60F2 (or 0x4F60F2) is known color: Neon Blue. HEX triplet: 4F, 60 and F2. RGB value is (79,96,242). Sum of RGB (Red+Green+Blue) = 79+96+242=417 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.94% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #4F60F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F60F2 is #B09F0D. Grayscale: #6A6A6A. Windows color (decimal): -11575054 or 15884367. OLE color: 15884367.

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

Color convert

RGB 79 96 242 -
CMYK 0.67 0.60 0 0.05
HSL 233.74º 0.86% 0.63% -
HSV(B) 233.74º 0.67% 0.95% -
XYZ 23.43 16.44 85.94 -
YUV 107.56 203.87 107.63 -
System Red Green Blue C M Y K H S L
Decimal 79 96 242 0.67 0.60 0 0.05 233.74 0.86 0.63
Hex 4F 60 F2 43 3C 0 5 EA 56 3F
Octal 117 140 362 103 74 0 5 352 126 77
Binary 1001111 1100000 11110010 1000011 111100 0 101 11101010 1010110 111111

Color Harmonies of #4F60F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F60F2

Black with #4F60F2

Text Example


Text Example

White with #4F60F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,96,242); }

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

background-color css

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

 a { background-color: rgb(79,96,242); }

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

border-color css

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

 span { border-color: rgb(79,96,242); }

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