Html Css Color HEX #4F61FF Neon Blue

📋 copy color: '#4F61FF'

red 79 ◦ green 97 ◦ blue 255

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

Shades of Neon Blue #4F61FF

Tints of Neon Blue #4F61FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.51%

 BLUE value IS 255 (100% from 255) = 59.16%

R = 18.33%
G = 22.51%
B = 59.16%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F61FF (or 0x4F61FF) is known color: Neon Blue. HEX triplet: 4F, 61 and FF. RGB value is (79,97,255). Sum of RGB (Red+Green+Blue) = 79+97+255=431 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.33% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F61FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F61FF is #B09E00. Grayscale: #6C6C6C. Windows color (decimal): -11574785 or 16736591. OLE color: 16736591.

HSL color Cylindrical-coordinate representation of color #4F61FF: hue angle of 233.86º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F61FF is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 97 255 -
CMYK 0.69 0.62 0 0
HSL 233.86º 1% 0.65% -
HSV(B) 233.86º 0.69% 1% -
XYZ 25.55 17.43 96.63 -
YUV 109.63 210.04 106.15 -
System Red Green Blue C M Y K H S L
Decimal 79 97 255 0.69 0.62 0 0 233.86 1 0.65
Hex 4F 61 FF 45 3E 0 0 EA 64 41
Octal 117 141 377 105 76 0 0 352 144 101
Binary 1001111 1100001 11111111 1000101 111110 0 0 11101010 1100100 1000001

Color Harmonies of #4F61FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F61FF

Black with #4F61FF

Text Example


Text Example

White with #4F61FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,97,255); }

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

background-color css

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

 a { background-color: rgb(79,97,255); }

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

border-color css

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

 span { border-color: rgb(79,97,255); }

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