Html Css Color HEX #565AF7 Neon Blue

📋 copy color: '#565AF7'

red 86 ◦ green 90 ◦ blue 247

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

Shades of Neon Blue #565AF7

Tints of Neon Blue #565AF7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.28%

 BLUE value IS 247 (96.88% from 255) = 58.39%

R = 20.33%
G = 21.28%
B = 58.39%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#565AF7 (or 0x565AF7) is known color: Neon Blue. HEX triplet: 56, 5A and F7. RGB value is (86,90,247). Sum of RGB (Red+Green+Blue) = 86+90+247=423 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.33% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 247 (96.88% from 255 or 58.39% from 423); Max value from RGB is 247 - color contains mainly: blue. Hex color #565AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565AF7 is #A9A508. Grayscale: #6A6A6A. Windows color (decimal): -11117833 or 16210518. OLE color: 16210518.

HSL color Cylindrical-coordinate representation of color #565AF7: hue angle of 238.51º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #565AF7 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 86 90 247 -
CMYK 0.65 0.64 0 0.03
HSL 238.51º 0.91% 0.65% -
HSV(B) 238.51º 0.65% 0.97% -
XYZ 24.28 16.01 89.81 -
YUV 106.7 207.17 113.23 -
System Red Green Blue C M Y K H S L
Decimal 86 90 247 0.65 0.64 0 0.03 238.51 0.91 0.65
Hex 56 5A F7 41 40 0 3 EF 5B 41
Octal 126 132 367 101 100 0 3 357 133 101
Binary 1010110 1011010 11110111 1000001 1000000 0 11 11101111 1011011 1000001

Color Harmonies of #565AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565AF7

Black with #565AF7

Text Example


Text Example

White with #565AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565AF7; }

 p { color: rgb(86,90,247); }

 H1.HeaderClassName
 {
   color: #565AF7;
 }
 .AnyTagClassName
 {
   color: #565AF7;
 }
</style>

background-color css

<style>
 a { background-color: #565AF7; }

 a { background-color: rgb(86,90,247); }

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

border-color css

<style>
 span { border-color: #565AF7; }

 span { border-color: rgb(86,90,247); }

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