Html Css Color HEX #605AFB Neon Blue

📋 copy color: '#605AFB'

red 96 ◦ green 90 ◦ blue 251

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

Shades of Neon Blue #605AFB

Tints of Neon Blue #605AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.59%

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

R = 21.97%
G = 20.59%
B = 57.44%

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

#605AFB (or 0x605AFB) is known color: Neon Blue. HEX triplet: 60, 5A and FB. RGB value is (96,90,251). Sum of RGB (Red+Green+Blue) = 96+90+251=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #605AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605AFB is #9FA504. Grayscale: #6D6D6D. Windows color (decimal): -10462469 or 16472672. OLE color: 16472672.

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

Color convert

RGB 96 90 251 -
CMYK 0.62 0.64 0 0.02
HSL 242.24º 0.95% 0.67% -
HSV(B) 242.24º 0.64% 0.98% -
XYZ 25.89 16.76 93.14 -
YUV 110.15 207.49 117.91 -
System Red Green Blue C M Y K H S L
Decimal 96 90 251 0.62 0.64 0 0.02 242.24 0.95 0.67
Hex 60 5A FB 3E 40 0 2 F2 5F 43
Octal 140 132 373 76 100 0 2 362 137 103
Binary 1100000 1011010 11111011 111110 1000000 0 10 11110010 1011111 1000011

Color Harmonies of #605AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605AFB

Black with #605AFB

Text Example


Text Example

White with #605AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,90,251); }

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

background-color css

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

 a { background-color: rgb(96,90,251); }

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

border-color css

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

 span { border-color: rgb(96,90,251); }

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