Html Css Color HEX #5B65FA Neon Blue

📋 copy color: '#5B65FA'

red 91 ◦ green 101 ◦ blue 250

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

Shades of Neon Blue #5B65FA

Tints of Neon Blue #5B65FA

RGB

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

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

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

R = 20.59%
G = 22.85%
B = 56.56%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B65FA (or 0x5B65FA) is known color: Neon Blue. HEX triplet: 5B, 65 and FA. RGB value is (91,101,250). Sum of RGB (Red+Green+Blue) = 91+101+250=442 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.59% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B65FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B65FA is #A49A05. Grayscale: #727272. Windows color (decimal): -10787334 or 16409947. OLE color: 16409947.

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

Color convert

RGB 91 101 250 -
CMYK 0.64 0.60 0 0.02
HSL 236.23º 0.94% 0.67% -
HSV(B) 236.23º 0.64% 0.98% -
XYZ 26.22 18.43 92.62 -
YUV 115 204.19 110.88 -
System Red Green Blue C M Y K H S L
Decimal 91 101 250 0.64 0.60 0 0.02 236.23 0.94 0.67
Hex 5B 65 FA 40 3C 0 2 EC 5E 43
Octal 133 145 372 100 74 0 2 354 136 103
Binary 1011011 1100101 11111010 1000000 111100 0 10 11101100 1011110 1000011

Color Harmonies of #5B65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B65FA

Black with #5B65FA

Text Example


Text Example

White with #5B65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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