Html Css Color HEX #4F3BF0 Neon Blue

📋 copy color: '#4F3BF0'

red 79 ◦ green 59 ◦ blue 240

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

Shades of Neon Blue #4F3BF0

Tints of Neon Blue #4F3BF0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.61%

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

R = 20.9%
G = 15.61%
B = 63.49%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4F3BF0 (or 0x4F3BF0) is known color: Neon Blue. HEX triplet: 4F, 3B and F0. RGB value is (79,59,240). Sum of RGB (Red+Green+Blue) = 79+59+240=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #4F3BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F3BF0 is #B0C40F. Grayscale: #545454. Windows color (decimal): -11584528 or 15743823. OLE color: 15743823.

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

Color convert

RGB 79 59 240 -
CMYK 0.67 0.75 0 0.06
HSL 246.63º 0.86% 0.59% -
HSV(B) 246.63º 0.75% 0.94% -
XYZ 20.52 11.08 83.5 -
YUV 85.61 215.13 123.28 -
System Red Green Blue C M Y K H S L
Decimal 79 59 240 0.67 0.75 0 0.06 246.63 0.86 0.59
Hex 4F 3B F0 43 4B 0 6 F7 56 3B
Octal 117 73 360 103 113 0 6 367 126 73
Binary 1001111 111011 11110000 1000011 1001011 0 110 11110111 1010110 111011

Color Harmonies of #4F3BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3BF0

Black with #4F3BF0

Text Example


Text Example

White with #4F3BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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