Html Css Color HEX #565BF2 Neon Blue

📋 copy color: '#565BF2'

red 86 ◦ green 91 ◦ blue 242

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

Shades of Neon Blue #565BF2

Tints of Neon Blue #565BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 57.76%

R = 20.53%
G = 21.72%
B = 57.76%

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

#565BF2 (or 0x565BF2) is known color: Neon Blue. HEX triplet: 56, 5B and F2. RGB value is (86,91,242). Sum of RGB (Red+Green+Blue) = 86+91+242=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #565BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565BF2 is #A9A40D. Grayscale: #6A6A6A. Windows color (decimal): -11117582 or 15883094. OLE color: 15883094.

HSL color Cylindrical-coordinate representation of color #565BF2: hue angle of 238.08º degrees, saturation: 0.86, 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 #565BF2 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 86 91 242 -
CMYK 0.64 0.62 0 0.05
HSL 238.08º 0.86% 0.64% -
HSV(B) 238.08º 0.64% 0.95% -
XYZ 23.61 15.87 85.82 -
YUV 106.72 204.34 113.22 -
System Red Green Blue C M Y K H S L
Decimal 86 91 242 0.64 0.62 0 0.05 238.08 0.86 0.64
Hex 56 5B F2 40 3E 0 5 EE 56 40
Octal 126 133 362 100 76 0 5 356 126 100
Binary 1010110 1011011 11110010 1000000 111110 0 101 11101110 1010110 1000000

Color Harmonies of #565BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BF2

Black with #565BF2

Text Example


Text Example

White with #565BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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