Html Css Color HEX #565BFA Neon Blue

📋 copy color: '#565BFA'

red 86 ◦ green 91 ◦ blue 250

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

Shades of Neon Blue #565BFA

Tints of Neon Blue #565BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.31%

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

R = 20.14%
G = 21.31%
B = 58.55%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#565BFA (or 0x565BFA) is known color: Neon Blue. HEX triplet: 56, 5B and FA. RGB value is (86,91,250). Sum of RGB (Red+Green+Blue) = 86+91+250=427 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.14% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #565BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565BFA is #A9A405. Grayscale: #6A6A6A. Windows color (decimal): -11117574 or 16407382. OLE color: 16407382.

HSL color Cylindrical-coordinate representation of color #565BFA: hue angle of 238.17º 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 #565BFA is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 91 250 -
CMYK 0.66 0.64 0 0.02
HSL 238.17º 0.94% 0.66% -
HSV(B) 238.17º 0.66% 0.98% -
XYZ 24.83 16.36 92.29 -
YUV 107.63 208.34 112.57 -
System Red Green Blue C M Y K H S L
Decimal 86 91 250 0.66 0.64 0 0.02 238.17 0.94 0.66
Hex 56 5B FA 42 40 0 2 EE 5E 42
Octal 126 133 372 102 100 0 2 356 136 102
Binary 1010110 1011011 11111010 1000010 1000000 0 10 11101110 1011110 1000010

Color Harmonies of #565BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BFA

Black with #565BFA

Text Example


Text Example

White with #565BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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