Html Css Color HEX #605BFA Neon Blue

📋 copy color: '#605BFA'

red 96 ◦ green 91 ◦ blue 250

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

Shades of Neon Blue #605BFA

Tints of Neon Blue #605BFA

RGB

 RED value IS 96 (37.89% from 255) = 21.97%

 GREEN value IS 91 (35.94% from 255) = 20.82%

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

R = 21.97%
G = 20.82%
B = 57.21%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#605BFA (or 0x605BFA) is known color: Neon Blue. HEX triplet: 60, 5B and FA. RGB value is (96,91,250). Sum of RGB (Red+Green+Blue) = 96+91+250=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #605BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605BFA is #9FA405. Grayscale: #6D6D6D. Windows color (decimal): -10462214 or 16407392. OLE color: 16407392.

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

Color convert

RGB 96 91 250 -
CMYK 0.62 0.64 0 0.02
HSL 241.89º 0.94% 0.67% -
HSV(B) 241.89º 0.64% 0.98% -
XYZ 25.82 16.87 92.34 -
YUV 110.62 206.66 117.57 -
System Red Green Blue C M Y K H S L
Decimal 96 91 250 0.62 0.64 0 0.02 241.89 0.94 0.67
Hex 60 5B FA 3E 40 0 2 F2 5E 43
Octal 140 133 372 76 100 0 2 362 136 103
Binary 1100000 1011011 11111010 111110 1000000 0 10 11110010 1011110 1000011

Color Harmonies of #605BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605BFA

Black with #605BFA

Text Example


Text Example

White with #605BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605BFA; }

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

 H1.HeaderClassName
 {
   color: #605BFA;
 }
 .AnyTagClassName
 {
   color: #605BFA;
 }
</style>

background-color css

<style>
 a { background-color: #605BFA; }

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

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

border-color css

<style>
 span { border-color: #605BFA; }

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

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