Html Css Color HEX #5765FE Neon Blue

📋 copy color: '#5765FE'

red 87 ◦ green 101 ◦ blue 254

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

Shades of Neon Blue #5765FE

Tints of Neon Blue #5765FE

RGB

 RED value IS 87 (34.38% from 255) = 19.68%

 GREEN value IS 101 (39.84% from 255) = 22.85%

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 19.68%
G = 22.85%
B = 57.47%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5765FE (or 0x5765FE) is known color: Neon Blue. HEX triplet: 57, 65 and FE. RGB value is (87,101,254). Sum of RGB (Red+Green+Blue) = 87+101+254=442 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.68% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #5765FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5765FE is #A89A01. Grayscale: #717171. Windows color (decimal): -11049474 or 16672087. OLE color: 16672087.

HSL color Cylindrical-coordinate representation of color #5765FE: hue angle of 234.97º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5765FE is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 87 101 254 -
CMYK 0.66 0.60 0 0.00
HSL 234.97º 0.99% 0.67% -
HSV(B) 234.97º 0.66% 1% -
XYZ 26.47 18.49 95.94 -
YUV 114.26 206.86 108.56 -
System Red Green Blue C M Y K H S L
Decimal 87 101 254 0.66 0.60 0 0.00 234.97 0.99 0.67
Hex 57 65 FE 42 3C 0 0 EB 63 43
Octal 127 145 376 102 74 0 0 353 143 103
Binary 1010111 1100101 11111110 1000010 111100 0 0 11101011 1100011 1000011

Color Harmonies of #5765FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5765FE

Black with #5765FE

Text Example


Text Example

White with #5765FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5765FE; }

 p { color: rgb(87,101,254); }

 H1.HeaderClassName
 {
   color: #5765FE;
 }
 .AnyTagClassName
 {
   color: #5765FE;
 }
</style>

background-color css

<style>
 a { background-color: #5765FE; }

 a { background-color: rgb(87,101,254); }

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

border-color css

<style>
 span { border-color: #5765FE; }

 span { border-color: rgb(87,101,254); }

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