Html Css Color HEX #4F5CFF Neon Blue

📋 copy color: '#4F5CFF'

red 79 ◦ green 92 ◦ blue 255

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

Shades of Neon Blue #4F5CFF

Tints of Neon Blue #4F5CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.6%

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

R = 18.54%
G = 21.6%
B = 59.86%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F5CFF (or 0x4F5CFF) is known color: Neon Blue. HEX triplet: 4F, 5C and FF. RGB value is (79,92,255). Sum of RGB (Red+Green+Blue) = 79+92+255=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F5CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F5CFF is #B0A300. Grayscale: #6A6A6A. Windows color (decimal): -11576065 or 16735311. OLE color: 16735311.

HSL color Cylindrical-coordinate representation of color #4F5CFF: hue angle of 235.57º 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 #4F5CFF is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 92 255 -
CMYK 0.69 0.64 0 0
HSL 235.57º 1% 0.65% -
HSV(B) 235.57º 0.69% 1% -
XYZ 25.1 16.54 96.48 -
YUV 106.7 211.69 108.25 -
System Red Green Blue C M Y K H S L
Decimal 79 92 255 0.69 0.64 0 0 235.57 1 0.65
Hex 4F 5C FF 45 40 0 0 EC 64 41
Octal 117 134 377 105 100 0 0 354 144 101
Binary 1001111 1011100 11111111 1000101 1000000 0 0 11101100 1100100 1000001

Color Harmonies of #4F5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5CFF

Black with #4F5CFF

Text Example


Text Example

White with #4F5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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