Html Css Color HEX #4F64F7 Neon Blue

📋 copy color: '#4F64F7'

red 79 ◦ green 100 ◦ blue 247

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

Shades of Neon Blue #4F64F7

Tints of Neon Blue #4F64F7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

 BLUE value IS 247 (96.88% from 255) = 57.98%

R = 18.54%
G = 23.47%
B = 57.98%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4F64F7 (or 0x4F64F7) is known color: Neon Blue. HEX triplet: 4F, 64 and F7. RGB value is (79,100,247). Sum of RGB (Red+Green+Blue) = 79+100+247=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 247 (96.88% from 255 or 57.98% from 426); Max value from RGB is 247 - color contains mainly: blue. Hex color #4F64F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F64F7 is #B09B08. Grayscale: #6D6D6D. Windows color (decimal): -11574025 or 16213071. OLE color: 16213071.

HSL color Cylindrical-coordinate representation of color #4F64F7: hue angle of 232.5º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F64F7 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 79 100 247 -
CMYK 0.68 0.60 0 0.03
HSL 232.5º 0.91% 0.64% -
HSV(B) 232.5º 0.68% 0.97% -
XYZ 24.57 17.49 90.08 -
YUV 110.48 205.04 105.55 -
System Red Green Blue C M Y K H S L
Decimal 79 100 247 0.68 0.60 0 0.03 232.5 0.91 0.64
Hex 4F 64 F7 44 3C 0 3 E8 5B 40
Octal 117 144 367 104 74 0 3 350 133 100
Binary 1001111 1100100 11110111 1000100 111100 0 11 11101000 1011011 1000000

Color Harmonies of #4F64F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F64F7

Black with #4F64F7

Text Example


Text Example

White with #4F64F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,100,247); }

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

background-color css

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

 a { background-color: rgb(79,100,247); }

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

border-color css

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

 span { border-color: rgb(79,100,247); }

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