Html Css Color HEX #5B67FA Neon Blue

📋 copy color: '#5B67FA'

red 91 ◦ green 103 ◦ blue 250

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

Shades of Neon Blue #5B67FA

Tints of Neon Blue #5B67FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.31%

R = 20.5%
G = 23.2%
B = 56.31%

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

#5B67FA (or 0x5B67FA) is known color: Neon Blue. HEX triplet: 5B, 67 and FA. RGB value is (91,103,250). Sum of RGB (Red+Green+Blue) = 91+103+250=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B67FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B67FA is #A49805. Grayscale: #737373. Windows color (decimal): -10786822 or 16410459. OLE color: 16410459.

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

Color convert

RGB 91 103 250 -
CMYK 0.64 0.59 0 0.02
HSL 235.47º 0.94% 0.67% -
HSV(B) 235.47º 0.64% 0.98% -
XYZ 26.42 18.83 92.68 -
YUV 116.17 203.52 110.05 -
System Red Green Blue C M Y K H S L
Decimal 91 103 250 0.64 0.59 0 0.02 235.47 0.94 0.67
Hex 5B 67 FA 40 3B 0 2 EB 5E 43
Octal 133 147 372 100 73 0 2 353 136 103
Binary 1011011 1100111 11111010 1000000 111011 0 10 11101011 1011110 1000011

Color Harmonies of #5B67FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B67FA

Black with #5B67FA

Text Example


Text Example

White with #5B67FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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