Html Css Color HEX #4F65FF Neon Blue

📋 copy color: '#4F65FF'

red 79 ◦ green 101 ◦ blue 255

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

Shades of Neon Blue #4F65FF

Tints of Neon Blue #4F65FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.22%

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

R = 18.16%
G = 23.22%
B = 58.62%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F65FF (or 0x4F65FF) is known color: Neon Blue. HEX triplet: 4F, 65 and FF. RGB value is (79,101,255). Sum of RGB (Red+Green+Blue) = 79+101+255=435 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.16% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F65FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F65FF is #B09A00. Grayscale: #6F6F6F. Windows color (decimal): -11573761 or 16737615. OLE color: 16737615.

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

Color convert

RGB 79 101 255 -
CMYK 0.69 0.60 0 0
HSL 232.5º 1% 0.65% -
HSV(B) 232.5º 0.69% 1% -
XYZ 25.93 18.19 96.75 -
YUV 111.98 208.71 104.48 -
System Red Green Blue C M Y K H S L
Decimal 79 101 255 0.69 0.60 0 0 232.5 1 0.65
Hex 4F 65 FF 45 3C 0 0 E8 64 41
Octal 117 145 377 105 74 0 0 350 144 101
Binary 1001111 1100101 11111111 1000101 111100 0 0 11101000 1100100 1000001

Color Harmonies of #4F65FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F65FF

Black with #4F65FF

Text Example


Text Example

White with #4F65FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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