Html Css Color HEX #5665FA Neon Blue

📋 copy color: '#5665FA'

red 86 ◦ green 101 ◦ blue 250

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

Shades of Neon Blue #5665FA

Tints of Neon Blue #5665FA

RGB

 RED value IS 86 (33.98% from 255) = 19.68%

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

 BLUE value IS 250 (98.05% from 255) = 57.21%

R = 19.68%
G = 23.11%
B = 57.21%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5665FA (or 0x5665FA) is known color: Neon Blue. HEX triplet: 56, 65 and FA. RGB value is (86,101,250). Sum of RGB (Red+Green+Blue) = 86+101+250=437 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.68% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #5665FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5665FA is #A99A05. Grayscale: #707070. Windows color (decimal): -11115014 or 16409942. OLE color: 16409942.

HSL color Cylindrical-coordinate representation of color #5665FA: hue angle of 234.51º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5665FA is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 101 250 -
CMYK 0.66 0.60 0 0.02
HSL 234.51º 0.94% 0.66% -
HSV(B) 234.51º 0.66% 0.98% -
XYZ 25.75 18.19 92.6 -
YUV 113.5 205.03 108.38 -
System Red Green Blue C M Y K H S L
Decimal 86 101 250 0.66 0.60 0 0.02 234.51 0.94 0.66
Hex 56 65 FA 42 3C 0 2 EB 5E 42
Octal 126 145 372 102 74 0 2 353 136 102
Binary 1010110 1100101 11111010 1000010 111100 0 10 11101011 1011110 1000010

Color Harmonies of #5665FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5665FA

Black with #5665FA

Text Example


Text Example

White with #5665FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5665FA; }

 p { color: rgb(86,101,250); }

 H1.HeaderClassName
 {
   color: #5665FA;
 }
 .AnyTagClassName
 {
   color: #5665FA;
 }
</style>

background-color css

<style>
 a { background-color: #5665FA; }

 a { background-color: rgb(86,101,250); }

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

border-color css

<style>
 span { border-color: #5665FA; }

 span { border-color: rgb(86,101,250); }

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