Html Css Color HEX #565DF0 Neon Blue

📋 copy color: '#565DF0'

red 86 ◦ green 93 ◦ blue 240

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

Shades of Neon Blue #565DF0

Tints of Neon Blue #565DF0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.2%

 BLUE value IS 240 (94.14% from 255) = 57.28%

R = 20.53%
G = 22.2%
B = 57.28%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#565DF0 (or 0x565DF0) is known color: Neon Blue. HEX triplet: 56, 5D and F0. RGB value is (86,93,240). Sum of RGB (Red+Green+Blue) = 86+93+240=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #565DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565DF0 is #A9A20F. Grayscale: #6B6B6B. Windows color (decimal): -11117072 or 15752534. OLE color: 15752534.

HSL color Cylindrical-coordinate representation of color #565DF0: hue angle of 237.27º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #565DF0 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 93 240 -
CMYK 0.64 0.61 0 0.06
HSL 237.27º 0.84% 0.64% -
HSV(B) 237.27º 0.64% 0.94% -
XYZ 23.48 16.1 84.31 -
YUV 107.67 202.68 112.55 -
System Red Green Blue C M Y K H S L
Decimal 86 93 240 0.64 0.61 0 0.06 237.27 0.84 0.64
Hex 56 5D F0 40 3D 0 6 ED 54 40
Octal 126 135 360 100 75 0 6 355 124 100
Binary 1010110 1011101 11110000 1000000 111101 0 110 11101101 1010100 1000000

Color Harmonies of #565DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565DF0

Black with #565DF0

Text Example


Text Example

White with #565DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,93,240); }

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

background-color css

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

 a { background-color: rgb(86,93,240); }

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

border-color css

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

 span { border-color: rgb(86,93,240); }

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