Html Css Color HEX #5B68FE Neon Blue

📋 copy color: '#5B68FE'

red 91 ◦ green 104 ◦ blue 254

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

Shades of Neon Blue #5B68FE

Tints of Neon Blue #5B68FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.16%

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

R = 20.27%
G = 23.16%
B = 56.57%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5B68FE (or 0x5B68FE) is known color: Neon Blue. HEX triplet: 5B, 68 and FE. RGB value is (91,104,254). Sum of RGB (Red+Green+Blue) = 91+104+254=449 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.27% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B68FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B68FE is #A49701. Grayscale: #747474. Windows color (decimal): -10786562 or 16672859. OLE color: 16672859.

HSL color Cylindrical-coordinate representation of color #5B68FE: hue angle of 235.21º 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 #5B68FE is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 91 104 254 -
CMYK 0.64 0.59 0 0.00
HSL 235.21º 0.99% 0.68% -
HSV(B) 235.21º 0.64% 1% -
XYZ 27.15 19.28 96.06 -
YUV 117.21 205.19 109.3 -
System Red Green Blue C M Y K H S L
Decimal 91 104 254 0.64 0.59 0 0.00 235.21 0.99 0.68
Hex 5B 68 FE 40 3B 0 0 EB 63 44
Octal 133 150 376 100 73 0 0 353 143 104
Binary 1011011 1101000 11111110 1000000 111011 0 0 11101011 1100011 1000100

Color Harmonies of #5B68FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B68FE

Black with #5B68FE

Text Example


Text Example

White with #5B68FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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