Html Css Color HEX #605DFF Neon Blue

📋 copy color: '#605DFF'

red 96 ◦ green 93 ◦ blue 255

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

Shades of Neon Blue #605DFF

Tints of Neon Blue #605DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.95%

 BLUE value IS 255 (100% from 255) = 57.43%

R = 21.62%
G = 20.95%
B = 57.43%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#605DFF (or 0x605DFF) is known color: Neon Blue. HEX triplet: 60, 5D and FF. RGB value is (96,93,255). Sum of RGB (Red+Green+Blue) = 96+93+255=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #605DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605DFF is #9FA200. Grayscale: #6F6F6F. Windows color (decimal): -10461697 or 16735584. OLE color: 16735584.

HSL color Cylindrical-coordinate representation of color #605DFF: hue angle of 241.11º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #605DFF is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 93 255 -
CMYK 0.62 0.64 0 0
HSL 241.11º 1% 0.68% -
HSV(B) 241.11º 0.64% 1% -
XYZ 26.79 17.54 96.58 -
YUV 112.37 208.49 116.33 -
System Red Green Blue C M Y K H S L
Decimal 96 93 255 0.62 0.64 0 0 241.11 1 0.68
Hex 60 5D FF 3E 40 0 0 F1 64 44
Octal 140 135 377 76 100 0 0 361 144 104
Binary 1100000 1011101 11111111 111110 1000000 0 0 11110001 1100100 1000100

Color Harmonies of #605DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605DFF

Black with #605DFF

Text Example


Text Example

White with #605DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,93,255); }

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

background-color css

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

 a { background-color: rgb(96,93,255); }

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

border-color css

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

 span { border-color: rgb(96,93,255); }

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