Html Css Color HEX #565BF1 Neon Blue

📋 copy color: '#565BF1'

red 86 ◦ green 91 ◦ blue 241

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

Shades of Neon Blue #565BF1

Tints of Neon Blue #565BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 57.66%

R = 20.57%
G = 21.77%
B = 57.66%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#565BF1 (or 0x565BF1) is known color: Neon Blue. HEX triplet: 56, 5B and F1. RGB value is (86,91,241). Sum of RGB (Red+Green+Blue) = 86+91+241=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #565BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565BF1 is #A9A40E. Grayscale: #6A6A6A. Windows color (decimal): -11117583 or 15817558. OLE color: 15817558.

HSL color Cylindrical-coordinate representation of color #565BF1: hue angle of 238.06º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #565BF1 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 86 91 241 -
CMYK 0.64 0.62 0 0.05
HSL 238.06º 0.85% 0.64% -
HSV(B) 238.06º 0.64% 0.95% -
XYZ 23.46 15.81 85.03 -
YUV 106.61 203.84 113.3 -
System Red Green Blue C M Y K H S L
Decimal 86 91 241 0.64 0.62 0 0.05 238.06 0.85 0.64
Hex 56 5B F1 40 3E 0 5 EE 55 40
Octal 126 133 361 100 76 0 5 356 125 100
Binary 1010110 1011011 11110001 1000000 111110 0 101 11101110 1010101 1000000

Color Harmonies of #565BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BF1

Black with #565BF1

Text Example


Text Example

White with #565BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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