Html Css Color HEX #5865F9 Neon Blue

📋 copy color: '#5865F9'

red 88 ◦ green 101 ◦ blue 249

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

Shades of Neon Blue #5865F9

Tints of Neon Blue #5865F9

RGB

 RED value IS 88 (34.77% from 255) = 20.09%

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

 BLUE value IS 249 (97.66% from 255) = 56.85%

R = 20.09%
G = 23.06%
B = 56.85%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5865F9 (or 0x5865F9) is known color: Neon Blue. HEX triplet: 58, 65 and F9. RGB value is (88,101,249). Sum of RGB (Red+Green+Blue) = 88+101+249=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 249 (97.66% from 255 or 56.85% from 438); Max value from RGB is 249 - color contains mainly: blue. Hex color #5865F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5865F9 is #A79A06. Grayscale: #717171. Windows color (decimal): -10983943 or 16344408. OLE color: 16344408.

HSL color Cylindrical-coordinate representation of color #5865F9: hue angle of 235.16º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5865F9 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 101 249 -
CMYK 0.65 0.59 0 0.02
HSL 235.16º 0.93% 0.66% -
HSV(B) 235.16º 0.65% 0.98% -
XYZ 25.78 18.22 91.78 -
YUV 113.99 204.19 109.47 -
System Red Green Blue C M Y K H S L
Decimal 88 101 249 0.65 0.59 0 0.02 235.16 0.93 0.66
Hex 58 65 F9 41 3B 0 2 EB 5D 42
Octal 130 145 371 101 73 0 2 353 135 102
Binary 1011000 1100101 11111001 1000001 111011 0 10 11101011 1011101 1000010

Color Harmonies of #5865F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5865F9

Black with #5865F9

Text Example


Text Example

White with #5865F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5865F9; }

 p { color: rgb(88,101,249); }

 H1.HeaderClassName
 {
   color: #5865F9;
 }
 .AnyTagClassName
 {
   color: #5865F9;
 }
</style>

background-color css

<style>
 a { background-color: #5865F9; }

 a { background-color: rgb(88,101,249); }

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

border-color css

<style>
 span { border-color: #5865F9; }

 span { border-color: rgb(88,101,249); }

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