Html Css Color HEX #5B65FE Neon Blue

📋 copy color: '#5B65FE'

red 91 ◦ green 101 ◦ blue 254

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

Shades of Neon Blue #5B65FE

Tints of Neon Blue #5B65FE

RGB

 RED value IS 91 (35.94% from 255) = 20.4%

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

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

R = 20.4%
G = 22.65%
B = 56.95%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5B65FE (or 0x5B65FE) is known color: Neon Blue. HEX triplet: 5B, 65 and FE. RGB value is (91,101,254). Sum of RGB (Red+Green+Blue) = 91+101+254=446 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.40% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B65FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B65FE is #A49A01. Grayscale: #727272. Windows color (decimal): -10787330 or 16672091. OLE color: 16672091.

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

Color convert

RGB 91 101 254 -
CMYK 0.64 0.60 0 0.00
HSL 236.32º 0.99% 0.68% -
HSV(B) 236.32º 0.64% 1% -
XYZ 26.86 18.69 95.96 -
YUV 115.45 206.19 110.56 -
System Red Green Blue C M Y K H S L
Decimal 91 101 254 0.64 0.60 0 0.00 236.32 0.99 0.68
Hex 5B 65 FE 40 3C 0 0 EC 63 44
Octal 133 145 376 100 74 0 0 354 143 104
Binary 1011011 1100101 11111110 1000000 111100 0 0 11101100 1100011 1000100

Color Harmonies of #5B65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B65FE

Black with #5B65FE

Text Example


Text Example

White with #5B65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B65FE; }

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

 H1.HeaderClassName
 {
   color: #5B65FE;
 }
 .AnyTagClassName
 {
   color: #5B65FE;
 }
</style>

background-color css

<style>
 a { background-color: #5B65FE; }

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

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

border-color css

<style>
 span { border-color: #5B65FE; }

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

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