Html Css Color HEX #5B67FB Neon Blue

📋 copy color: '#5B67FB'

red 91 ◦ green 103 ◦ blue 251

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

Shades of Neon Blue #5B67FB

Tints of Neon Blue #5B67FB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.15%

 BLUE value IS 251 (98.44% from 255) = 56.4%

R = 20.45%
G = 23.15%
B = 56.4%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B67FB (or 0x5B67FB) is known color: Neon Blue. HEX triplet: 5B, 67 and FB. RGB value is (91,103,251). Sum of RGB (Red+Green+Blue) = 91+103+251=445 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.45% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B67FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B67FB is #A49804. Grayscale: #737373. Windows color (decimal): -10786821 or 16475995. OLE color: 16475995.

HSL color Cylindrical-coordinate representation of color #5B67FB: hue angle of 235.5º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B67FB is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 103 251 -
CMYK 0.64 0.59 0 0.02
HSL 235.5º 0.95% 0.67% -
HSV(B) 235.5º 0.64% 0.98% -
XYZ 26.58 18.89 93.51 -
YUV 116.28 204.02 109.97 -
System Red Green Blue C M Y K H S L
Decimal 91 103 251 0.64 0.59 0 0.02 235.5 0.95 0.67
Hex 5B 67 FB 40 3B 0 2 EC 5F 43
Octal 133 147 373 100 73 0 2 354 137 103
Binary 1011011 1100111 11111011 1000000 111011 0 10 11101100 1011111 1000011

Color Harmonies of #5B67FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B67FB

Black with #5B67FB

Text Example


Text Example

White with #5B67FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,103,251); }

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

background-color css

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

 a { background-color: rgb(91,103,251); }

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

border-color css

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

 span { border-color: rgb(91,103,251); }

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